# Distribution / Build
dist/
build/
*.egg-info/

# Python cache
__pycache__/
*.pyc

# Environnements virtuels
.venv/
venv/
env/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# IDE settings (Mac & VSCode)
.DS_Store
.vscode/

# Variables d'environnement (SÉCURITÉ CRITIQUE ⛔)
.env
.env.local
api-key.env