__pycache__/
*.py[cod]
*.egg-info/
.eggs/
.qodo/
build/
dist/
.venv/
venv/
.env
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.log
.idea/
.vscode/
!.vscode/extensions.json
klyrek_output/
node_modules/

# sandbox/*/public/.env files are deliberately-exposed dummy demo content,
# not real secrets — they must be committed and deployed as-is.
!sandbox/*/public/.env
