Files
Curator/.gitignore
T

39 lines
461 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
# Virtual environment
.venv/
# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
# Environment and secrets
.env
# Logs (loguru file sink)
logs/
# PyInstaller build artifacts (dist/ is committed — see DESIGN_DOCUMENT §13)
build/
# Curator runtime metadata (user/machine-specific, regenerated)
.Curator.!gtag
*.!gtag
*.!ftag
*.!tag
*.!index
# IDE
.vscode/
.idea/
AGENTS.md
CLAUDE.md
DESIGN_DOCUMENT.md
.claude/