__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
.Python
env/
venv/
.venv/
*.log
.DS_Store
.env
.env.*
!.env.example
.idea/
.vscode/
*.swp
*.swo
*~
coverage/
htmlcov/
.tox/
.nox/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.bandit
.coverage

# uv lock file
uv.lock