__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.db
*.sqlite
*.sqlite3
.env
.env.*
!.env.example
*.log
.coverage
htmlcov/
.DS_Store

scripts/
