2020-05-01 22:46:15 +08:00
|
|
|
# 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
|
2020-05-07 07:27:53 +08:00
|
|
|
*.sqlite3
|
|
|
|
|
|
|
|
# deployed media and static files
|
2020-07-03 15:36:23 +08:00
|
|
|
/media/
|
|
|
|
/static/
|
2020-07-03 17:03:24 +08:00
|
|
|
/scripts/
|
2020-05-15 15:06:57 +08:00
|
|
|
|
|
|
|
# log file
|
|
|
|
log
|