__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.env
.env.*
!.env.example

.coverage
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
pytest-cache-files-*/
htmlcov/
coverage.xml
site/

.idea/
.vscode/
.DS_Store
*.swp

*.log
*.tmp

node_modules/
