__pycache__/
*.pyc
dist/
build/
*.egg-info/
tests/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
.idea/
.vscode/
.venv/
.env
.github/
TODO.md
docs/