# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Local state
.state/
.agent/
.claude/

# Environment
.env
.env.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
*.code-workspace

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Type checking and linting caches
.mypy_cache/
.ruff_cache/

# Debug and test files (root level only, not tests/ directory)
*.log
/debug_*.py
/test_*.py
/inspect_*.py
/reproduce_*.py

# OS
.DS_Store
Thumbs.db
