# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*$py.class
*.egg-info
.eggs
dist
build
*.egg

# Virtual environments
.venv
venv
ENV

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

# Testing artifacts
.pytest_cache
.coverage
coverage/
htmlcov/
.mypy_cache

# Documentation
docs/_build

# OS
.DS_Store
Thumbs.db

# Claude
.claude/
