Files
memory-gateway/.gitignore

28 lines
314 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