39 lines
483 B
Plaintext
39 lines
483 B
Plaintext
# Secrets and local credentials
|
|
access_token.md
|
|
config.yaml
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
*.key
|
|
|
|
# Runtime inputs and generated outputs
|
|
outputs/
|
|
videos/
|
|
downloads/
|
|
frames/
|
|
codex_records/
|
|
|
|
# Agent working notes, not project source
|
|
findings.md
|
|
memories.md
|
|
progress.md
|
|
task_plan.md
|
|
|
|
# Python caches and test artifacts
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Local indexes, editor, and OS files
|
|
.codegraph/
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Logs and temporary files
|
|
*.log
|
|
*.pid
|
|
*.tmp
|