# Git
.git
.gitignore

# Python
.venv
__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

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

# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# Environment and secrets
.env
.env.*
!.env.example
*.pem
*.key

# Claude/Claude Code
.claude/

# OS
.DS_Store
Thumbs.db

# Documentation build
docs/_build/

# Misc
*.log
*.tmp
*.bak
