__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.venv/
venv/
env/
*.env
.env.*
.coverage
htmlcov/

# uv lockfile (library — not pinned in VCS)
uv.lock

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
