trainvel/.gitignore

54 lines
537 B
Plaintext
Raw Normal View History

2024-01-26 00:31:14 +00:00
# Byte-compiled / optimized / DLL files
dist
build
__pycache__
*.py[cod]
*$py.class
*.swp
*.egg-info
_build
.tox
.coverage
coverage
# Translations
*.mo
*.pot
# Jupyter Notebook
.ipynb_checkpoints
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# PyCharm project settings
.idea
# VSCode project settings
.vscode
# Local data
secrets.py
2024-02-02 00:00:05 +00:00
settings_local.py
2024-01-26 00:31:14 +00:00
*.log
*.txt
2024-01-26 00:31:14 +00:00
media/
output/
/static/
2024-02-01 23:59:25 +00:00
/static_files/
2024-01-26 00:31:14 +00:00
# Virtualenv
.env/
env/
.venv/
venv/
db.sqlite3
2024-01-27 09:45:34 +00:00
db.sqlite3-journal
2024-01-26 00:31:14 +00:00
2024-01-28 19:06:55 +00:00
node_modules/