# Python
__pycache__/
src/betty/_version.py
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
dist/
build/

# Virtual environments
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Environment and secrets
.env
.env.local
.claude/

# Plan files
PLAN.md

# Jekyll
_site/
.jekyll-cache/
