lib.itmens/.gitignore
2022-11-10 14:17:48 -05:00

33 lines
360 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
# deployed media and static files
/media/
/static/
/scripts/
# debug log file
/log
log
# conf folder for neodb
/neodb
# test coverage
.coverage