﻿__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

.venv/
venv/
env/
ENV/

build/
dist/
.tmp/
*.egg-info/
.eggs/

.idea/
.vscode/

.DS_Store
Thumbs.db

pytest-cache-files-*/

local_demo_django/
