forked from discoposse/argus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (54 loc) · 709 Bytes
/
Copy path.gitignore
File metadata and controls
62 lines (54 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# macOS / editor
.DS_Store
.idea/
.vscode/
# Python
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.py[cod]
*.egg-info/
.venv/
.python-version
# Secrets / local config
.env
.env.*
*.key
*.pem
*.p12
*.pfx
*.crt
*.csr
*.mobileprovision
# Logs / local runtime
*.log
tmp/
.tmp/
# Local media ingest
/ingest/*
!/ingest/.gitkeep
# Generated output
/output/*
!/output/.gitkeep
!/output/items/
!/output/frames/
/output/items/*
!/output/items/.gitkeep
/output/frames/*
!/output/frames/.gitkeep
/output/*.db
/output/*.sqlite
/output/*.sqlite3
/output/manifest.json
# Test / scratch media
*.mp4
*.mov
*.m4v
*.mpg
*.mpeg
*.braw
# Local-only drafts
docs/ARGUS_DISCO_POSSE_POST.md
# Local only LLM
.cursor/