__pycache__/
*.py[cod]
*.pyd
*.so

.coverage
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.venv/
.tmp/
*.env
.claude/
.codex*
pytest*
.pytest*
.reposage*
build/
dist/
htmlcov/
site/
src/*.egg-info/
src/**/*.egg-info/

.DS_Store
Thumbs.db
