Initial video AI analysis project
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# Secrets and local credentials
|
||||
access_token.md
|
||||
.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
|
||||
Reference in New Issue
Block a user