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

# Env / secrets
.env
.env.local

# Output (keep the dir, ignore artifacts)
output/*
!output/.gitkeep

# OS / editor
.DS_Store
.idea/
.vscode/
