__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.git/
.gitignore
.env
.env.*
!.env.example
logs/
tmp/
*.log
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
venv/
.venv/
IDE/
.idea/
.vscode/
