.git
.gitignore
__pycache__/
*.pyc
*.pyo
*.pyd
*.db
*.sqlite
.env
.env.*
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.vscode/
.idea/
node_modules/
coverage/
dist/
build/
htmlcov/
refs/
docs/
tests/
