__pycache__/
*.py[cod]
*$py.class

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

.venv/
venv/
env/
ENV/
.env
.env.*
!.env.example

build/
dist/
*.egg-info/

.idea/
.vscode/
*.swp
*.swo
.DS_Store

*.tmp
*.log
test-results/