chore: ignore runtime data (browser_profile, logs, pdfs)

This commit is contained in:
Julien Balet 2026-05-09 23:27:17 +02:00
parent 360e8e02a7
commit d468ec32c9
221 changed files with 10 additions and 2871 deletions

10
.gitignore vendored
View file

@ -1,6 +1,16 @@
*.db *.db
*.db-shm
*.db-wal
__pycache__/ __pycache__/
.states .states
assets/external/ assets/external/
.web .web
*.py[cod] *.py[cod]
# Données runtime — pas à versionner
data/browser_profile/
data/logs/
data/pdfs/
data/sync_*.json
data/debug_*.png
data/*.bak.*

Some files were not shown because too many files have changed in this diff Show more