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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Build artifacts
dist/
build/
*.egg-info/
*.egg

# Test and coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.cache/

# Type checking
.mypy_cache/

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

# Environment variables
.env
.env.*

# OS
.DS_Store
Thumbs.db
