__pycache__/
*.py[cod]
*.egg-info/
*.egg
*.so
dist/
build/
.eggs/

.venv/
venv/
.env

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

.idea/
.vscode/
.DS_Store

*.pdf
