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

# Virtual environments
.venv

# AI Tools
.qodo/
.claude/
.cursor/
Auto Run Docs/

# helpers
.coverage
.coverage/
.idea/
.logfire/

# Cache
.pytest_cache/
.ruff_cache/

# Secrets
.env

