1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 17:27:09 +00:00
plateforme-tfjm2/.gitignore
Emmy D'Anello 87038dd6f4
Allow to use a local settings file
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
2024-02-24 08:45:59 +01:00

35 lines
326 B
Plaintext

# Byte-compiled / optimized / DLL files
dist
build
__pycache__
*.py[cod]
*$py.class
*.swp
*.egg-info
_build
.tox
.coverage
coverage
# Translations
*.mo
*.pot
# PyCharm project settings
.idea
# VSCode project settings
.vscode
# Local data
settings_local.py
*.log
media/
output/
/static/
# Virtualenv
env/
venv/
db.sqlite3