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

# Python cache
__pycache__/
*.pyc
*.pyo

# Virtual environments
.venv/
venv/
env/

# Éditeurs / OS
.vscode/
.idea/
.DS_Store

# Other
todos/
