routeur_ia_api / .gitignore
Cyril Dupland
Update .gitignore: Add patterns for temporary files and voice recordings directory
dd16403
raw
history blame contribute delete
663 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Large files (HuggingFace Spaces limit: 10MB)
knowledge/docs/*.pdf
*.pdf
*.zip
*.tar.gz
*.rar
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Temporary files
*.tmp
*.temp
# Voice recordings
services/voice/recordings/*