.git/
.pytest_cache/
.ruff_cache/
.nspd_cache/
__pycache__/
*.pyc
.env
.envrc
.venv
venv/
env/
*.egg-info/
.gitignore
.gitattributes
AGENTS.md
tests/

# ── Build artifacts ──
dist/
build/
*.whl
*.egg

# ── Coverage ──
coverage/
htmlcov/
.coverage
.coverage.*

# ── IDE / OS ──
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
