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

# Virtual environments
.venv/
venv/

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

# uv
uv.lock

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Claude Code worktrees
wrktrs/

# Vagrant
.vagrant/
.vagrant-ssh-config
Vagrantfile
provision.sh
