# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

# Environment & secrets
.env
*.env.local

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# Run outputs — keep only runs/main/ (canonical published results)
runs/main/
runs/test/
runs/dla/
runs/*/figures/

# Editor & OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
Thumbs.db
