Code/.gitignore
Fabrication du Numérique fbe196e166 Évolution schéma
2025-04-30 21:29:54 +02:00

30 lines
347 B
Plaintext

# Ignorer fichiers sensibles
.env
*.env
# Ignorer fichiers utilisateurs
*.pyc
__pycache__/
*.pyo
*.pyd
# Ignorer cache et temporaire
.cache/
*.log
*.tmp
*.old
# Ignorer config locale
.ropeproject/
.streamlit/
venv
# Ignorer données Fiches (adapté à ton projet)
schema.txt
Instructions.md
Fiches/
# Autres spécifiques si besoin
.DS_Store