# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtual environment
.venv/

# uv
uv.lock

# Testing
.pytest_cache/

# IDE
.vscode/
.idea/

# Secrets
.env
.env.*

# OS
Thumbs.db
Desktop.ini

# Claude Code
.claude/
