30 lines
348 B
Plaintext
30 lines
348 B
Plaintext
# Local runtime configuration
|
|
config.yaml
|
|
*.local.yaml
|
|
*.secret.yaml
|
|
.env
|
|
.env.*
|
|
|
|
# Python cache / test artifacts
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# Local editor / agent metadata
|
|
.codex
|
|
.DS_Store
|
|
|
|
# Runtime output
|
|
*.log
|
|
*.tmp
|
|
*.sqlite3
|
|
obsidian-vault/Reviews/
|