Code/.gitignore
2025-06-11 14:57:53 +02:00

38 lines
414 B
Plaintext

# Ignorer fichiers sensibles
.env.local
# Ignorer fichiers utilisateurs
*.pyc
__pycache__/
*.pyo
*.pyd
*.dot
prompt.md
.gitignore
# Ignorer cache et temporaire
.cache/
*.log
*.tmp
*.old
tempo/
tmp/
# Ignorer config locale
.ropeproject/
venv/
.venv/
Local/
HTML/
Corpus/
# Ignorer données Fiches (adapté à ton projet)
Fiches/
HTML/
static/Fiches/
# Autres spécifiques si besoin
.DS_Store
.zed
.ropeproject