lib.itmens/.gitignore
2020-05-01 22:46:15 +08:00

18 lines
No EOL
211 B
Text

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# VS Code configuration files
.vscode/
# flake8
tox.ini
# ignore migrations for now
migrations/
# docs/
# Local sqlite3 db
*.sqlite3