# Python
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# IDE / editors
.idea/
.vscode/
*.swp
*.swo
.obsidian/
.claude/

# Internal design discussions (not for public repo)
00-design/
