31 lines
402 B
Plaintext
31 lines
402 B
Plaintext
# Secrets & config locale
|
|
.env
|
|
*.local
|
|
backend/.credentials.json
|
|
backend/.credentials.json.*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
|
|
# Rendu / cache
|
|
*.png
|
|
!backend/static/*.png
|
|
!docs/*.png
|
|
backend/out/
|
|
last_usage.json
|
|
|
|
# Binaires Kobo (téléchargés depuis trmnl-kobo, pas versionnés)
|
|
kobo/bin/*
|
|
!kobo/bin/.gitkeep
|
|
|
|
# OS / éditeurs
|
|
.DS_Store
|
|
*.swp
|
|
.idea/
|
|
.vscode/
|