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

# Python cache
__pycache__/
*.py[cod]
*.pyo

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db
