__pycache__
*.pyc
*.pyo
*.pyd
.Python
.venv/
venv/
.env
*.egg-info/
dist/
build/
.git/
.gitignore
.github/
node_modules/
ts/
*.md
!README.md
!LICENSE
tests/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.DS_Store
Thumbs.db
