.idea/
.vscode/

# Build
dist/

# Coverage
.coverage
coverage.xml

# Cache
.pytest_cache
.mypy_cache
.ruff_cache

# virtualenv
.venv
venv*/
.python-version

# python cached files
*.py[cod]

# Django Tests
tests/integrations/django/app/db.sqlite3
