# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Coverage files
.coverage
.coverage.*
htmlcov/

# doit cache
.doit.db*

# Virtual environments
.venv

# direnv
.direnv

# Environment / secrets
.env
.env.*

# Ad-hoc test scripts (root level only)
/test_*.py

# Agent temp files (kept locally, not tracked)
.agents/tmp/

# Nix
result
