Files
photobooth/.gitignore
Jules d9c8d9b779 Retirer data/config.json du tracking git (etat runtime)
Ce fichier contient SMTP, relais, surprise, evenement actif —
il ne doit jamais etre ecrase par un git pull.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-09-17 19:11:13 +02:00

21 lines
211 B
Plaintext

__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
dist/
build/
.env
*.swp
*.swo
*~
data/photos/*
data/exports/*
!data/photos/.gitkeep
!data/exports/.gitkeep
*.log
.DS_Store
printer-driver-*.deb
data/config.json