authens/.gitignore

17 lines
112 B
Text
Raw Normal View History

2020-05-12 17:17:14 +02:00
# Common useless files
__pycache__
/venv
2020-05-12 17:17:14 +02:00
*.sqlite3
*~
*.log
# VSCode
.vscode/
# Vim
*.swp
2020-07-18 17:40:33 +02:00
*.swo
# Tests
.tox