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

# Virtual environments
venv/
ENV/
env/
.venv/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Ruff
.ruff_cache/

# Environment
.env
.env.local
.env.*.local

# Documentation builds
docs/_build/
site/

# Hatch
.hatch/
/.benchmarks/
/.claude/
/.envrc
/.mcp.json
/.crackerjack/
/coverage.json
/.complexipy_cache/
/.jbeval/
/NOTES.md
/.oneiric_cache/
