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

# Environments and secrets
.env
keys.env
.venv*/
venv/
.python-version

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors and OS
.idea/
.vscode/
.DS_Store
site/

# Tolquane Web (frontend)
web/node_modules/
src/tolquane/web/static/
web/dist/
web/test-results/
web/playwright-report/
web/e2e/screenshots/
# The workspace a Playwright run seeds and throws away.
web/e2e/.workspace/
.claude/worktrees/
