# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.venv/
venv/
ENV/

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

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

# Git
.git/
.gitignore
.gitattributes

# CI/CD
.github/
.pre-commit-config.yaml

# Documentation
docs/
CHANGELOG.md
CLAUDE.md
*.md
!README.md

# Sample files
samples/
examples/

# Development tools
.mypy_cache/
.ruff_cache/
.pytest_cache/

# OS
.DS_Store
Thumbs.db

# MCP and Claude
.mcp.json
.claude/
CLAUDE.md
