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

# Virtual environments / uv
.venv/
.python-version

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# dotenv
.env
.env.*.local

# macOS
.DS_Store
._*

# Windows
Thumbs.db

# IDEs and editors
.idea/
.vscode/
*.swp
