.env
.env.*
!.env.example

__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/

dist/
build/

.venv/
venv/
env/

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

.DS_Store
.idea/
.vscode/
