lib.itmens/.gitignore

26 lines
290 B
Text
Raw Normal View History

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
2020-08-28 22:27:21 +08:00
/log