# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.DS_Store

# Virtual environments
.venv

# Environment variables
.env
.env.local

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

# Type checking and linting
.mypy_cache/
.ruff_cache/

# IDE files
.idea/
.vscode/

# Docs
site/

# Internal/confidential documents
INTERNAL_*.md
*_INTERNAL.md

# LLM
CLAUDE.md
