# Python
__pycache__/
*.py[cod]
*.egg-info/
.Python

# Virtual environments
.venv/
venv/
env/

# Environment / secrets
.env

# Generated artifacts
output/
results/
*.log
