# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg

# uv
.venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Editor / OS
.idea/
.vscode/
.DS_Store
*.swp
*.swo
*~

# Env / secrets
.env
.env.local
.env.*.local

# Note: dist/ is intentionally NOT ignored — this repo commits the built
# wheel/sdist so agents can install directly from a fresh clone.