# AI stuff
.claude/

# Cache
.cache/
*.cache

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
.coverage.*
htmlcov/
*.cover
.hypothesis/
.prof

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

# Testing
.benchmarks
*.log

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# OS
.DS_Store
Thumbs.db
*.bak
*.tmp

# Documentation builds
docs/_build/
site/

# Type checking
.dmypy.json
dmypy.json

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

# Temporary files
*.tmp
*.temp
temp/
tmp/
CLAUDE.md
