# Environnement virtuel
venv/
.venv/
.env/
.env.local

# Bytecode Python
__pycache__/
*.py[cod]
*$py.class

# Fichiers de log
*.log

# Dossiers de caches et sorties
*.egg-info/
dist/
build/
.eggs/
pip-wheel-metadata/

# Configs IDE et éditeurs
.vscode/
.idea/
*.swp
*.swo

# Fichiers système
.DS_Store
Thumbs.db

# Coverage reports
.coverage
htmlcov/
.coverage.*
.cache

# pytest cache
.pytest_cache/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# MacOS
._*

# PyCharm
*.iml
out/

# mypy cache
.mypy_cache/
.dmypy.json
dmypy.json
