kanidm/.gitignore
James Hodgkinson 805ac2dd16
Python module and rewritten RADIUS integration (#826)
* added python kanidm module
* rewrote RADIUS integration
* updated the documentation
* updating github actions to run more often
* BLEEP BLOOP ASYNCIO IS GR8
* adding config to makefile to run pykanidm tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Firstyear <william@blackhats.net.au>
2022-06-20 20:16:55 +10:00

28 lines
402 B
Plaintext

altnames.cnf
.DS_Store
.backup*_test.json
.backup_test.db
/target
/insecure
**/*.rs.bk
test.db
/vendor
kanidm_rlm_python/test_data/certs/
vendor.tar.gz
kanidm_rlm_python/test_data/ca.pem
loc.sh
vendor.tar.*
*.patch
orca/example_profiles/small/orca-edited.toml
/docs/
kanidm_unix_int/pam_tester/Cargo.lock
.vscode/
# python things
**/__pycache__/**
**/.venv/**
.coverage
pykanidm/dist/
pykanidm/site/