**/.venv/
**/dist/
**/build/
**/*.egg-info/

**/.pytest_cache/
**/.ruff_cache/
**/.mypy_cache/
.coverage
htmlcov/

__pycache__/
*.py[cod]

**/node_modules/
**/coverage/
**/.tsbuildinfo

.DS_Store

.env
.env.*
!.env.example
