Skip to content

Commit ff542d3

Browse files
committed
chore: add curl_output.txt to .gitignore to prevent accidental commits
1 parent 14ba574 commit ff542d3

1 file changed

Lines changed: 100 additions & 109 deletions

File tree

.gitignore

Lines changed: 100 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -1,126 +1,117 @@
1-
# --- Git & System ---
2-
.git
3-
.gitignore
4-
.dockerignore
5-
.DS_Store
6-
.AppleDouble
7-
.LSOverride
8-
Thumbs.db
9-
ehthumbs.db
10-
Desktop.ini
11-
*~
12-
.directory
13-
14-
# --- Dependencies ---
15-
node_modules/
16-
.venv/
17-
venv/
18-
.venv_prod_verify/
19-
.npm/
20-
.yarn/
21-
pnpm-lock.yaml
22-
yarn.lock
231

2+
!.env.example
3+
# --- Archives ---
244
# --- Build Artifacts ---
25-
dist/
26-
build/
27-
.build/
28-
.turbo/
29-
.runtime/
30-
coverage/
31-
htmlcov/
32-
target/
33-
build_extensions/
34-
chrome_build/
35-
safari_build/
36-
*.pyc
37-
*.pyo
38-
*.pyd
39-
__pycache__/
40-
5+
# --- Data & Models ---
6+
# --- Dependencies ---
417
# --- Editors & IDEs ---
42-
.vscode/
43-
.idea/
44-
.spyderproject
45-
.spyproject
46-
.ropeproject
47-
*.code-workspace
48-
*.swp
49-
*.swo
50-
.aiexclude
51-
52-
# --- Logs & Temp ---
53-
*.log
54-
logs/
55-
tmp/
56-
*.tmp
57-
*.temp
58-
*.bak
59-
.cache/
60-
cost_report.json
61-
api_usage_data.json
62-
GAP_FIXING_WORKFLOW_REPORT.json
63-
.mypy_cache/
64-
.dmypy.json
65-
dmypy.json
66-
.pyre/
67-
.pytest_cache/
68-
.ruff_cache/
69-
708
# --- Frameworks ---
71-
instance/
72-
.webassets-cache
73-
.scrapy
74-
docs/_build/
75-
site/
76-
celerybeat-schedule
77-
celerybeat.pid
78-
9+
# --- Git & System ---
10+
# --- Ignore nested git repositories that aren't properly configured as submodules ---
11+
# --- Jupyter ---
12+
# --- Logs & Temp ---
7913
# --- Project Specific ---
80-
terraform_export/
81-
google-cloud-sdk/
82-
ai-edge-torch/
83-
video_representations_extractor-*/
84-
generated_projects/
85-
research/labs/archive/
86-
.gemini/
87-
8814
# --- Secrets (CRITICAL) ---
89-
.env*
90-
!.env.example
91-
**/secrets.json
9215
**/production-secrets.json
93-
*.pem
94-
*.key
16+
**/secrets.json
17+
*.bak
9518
*.cert
19+
*.code-workspace
9620
*.crt
97-
*_secret_*.json
98-
client_secret_*.json
99-
gha-creds-*.json
100-
*REAL_API*.md
101-
*api*key*.txt
102-
*credential*.txt
103-
104-
# --- Data & Models ---
10521
*.db
106-
*.sqlite
107-
*.sqlite3
10822
*.gguf
109-
*.safetensors
110-
external/ml-fastvlm/
111-
112-
# --- Jupyter ---
113-
.ipynb_checkpoints/
11423
*.ipynb
115-
116-
# --- Archives ---
117-
_archive/
118-
.backup_*/
24+
*.key
25+
*.log
26+
*.pem
27+
*.pyc
28+
*.pyd
29+
*.pyo
30+
*.safetensors
31+
*.sqlite
32+
*.sqlite3
33+
*.swo
34+
*.swp
11935
*.tar.gz
36+
*.temp
12037
*.tgz
121-
122-
# --- Ignore nested git repositories that aren't properly configured as submodules ---
38+
*.tmp
39+
*REAL_API*.md
40+
*_secret_*.json
41+
*api*key*.txt
42+
*credential*.txt
43+
*~
44+
.AppleDouble
45+
.DS_Store
46+
.LSOverride
47+
.aiexclude
48+
.backup_*/
49+
.build/
50+
.cache/
51+
.directory
52+
.dmypy.json
53+
.dockerignore
54+
.env*
55+
.gemini/
56+
.git
57+
.gitignore
58+
.idea/
59+
.ipynb_checkpoints/
60+
.mypy_cache/
61+
.npm/
62+
.pyre/
63+
.pytest_cache/
64+
.ropeproject
65+
.ruff_cache/
66+
.runtime/
67+
.scrapy
68+
.spyderproject
69+
.spyproject
70+
.turbo/
71+
.venv/
72+
.venv_prod_verify/
73+
.vscode/
74+
.webassets-cache
75+
.yarn/
76+
Desktop.ini
77+
GAP_FIXING_WORKFLOW_REPORT.json
78+
Thumbs.db
79+
__pycache__/
80+
_archive/
81+
ai-edge-torch/
82+
api_usage_data.json
83+
build/
84+
build_extensions/
12385
build_extensions/uvai-extensions/ai-integrations/MiniCPM-o/
12486
build_extensions/uvai-extensions/ai-integrations/youtube-mcp/
125-
youtube_processed_videos/
87+
celerybeat-schedule
88+
celerybeat.pid
89+
chrome_build/
90+
client_secret_*.json
91+
cost_report.json
92+
coverage/
93+
curl_output.txt
94+
dist/
95+
dmypy.json
96+
docs/_build/
97+
ehthumbs.db
98+
external/ml-fastvlm/
99+
generated_projects/
100+
gha-creds-*.json
101+
google-cloud-sdk/
102+
htmlcov/
103+
instance/
104+
logs/
105+
node_modules/
106+
pnpm-lock.yaml
126107
quantomcode_private.pem
108+
research/labs/archive/
109+
safari_build/
110+
site/
111+
target/
112+
terraform_export/
113+
tmp/
114+
venv/
115+
video_representations_extractor-*/
116+
yarn.lock
117+
youtube_processed_videos/

0 commit comments

Comments
 (0)