# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# Type checkers
.mypy_cache/
.pyright/

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

# Database files
*.db
*.sqlite
*.sqlite3

# OS
.DS_Store
Thumbs.db

# uv
.python-version

# Worktrees
.worktrees/
