# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo

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

# Type checking
.pyright/
.mypy_cache/

# OS
.DS_Store
Thumbs.db

# Ruff
.ruff_cache/

# Block all markdown files by default
*.md

# Allowlist specific markdown files
!README.md
!LICENSE.md
!CONTRIBUTING.md
!CHANGELOG.md
!CODE_OF_CONDUCT.md
!CLAUDE.md
