plateforme-tfjm2/.gitignore

48 lines
483 B
Plaintext
Raw Normal View History

2020-04-29 00:24:12 +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
*.log
media/
output/
2023-02-20 20:47:08 +00:00
/static/
2020-04-29 00:24:12 +00:00
# Virtualenv
env/
venv/
db.sqlite3
# Don't git index
whoosh_index/