milwright commited on
Commit
975ba2b
·
1 Parent(s): a1588ad

Clean repository and preserve secret.png file

Browse files
Files changed (1) hide show
  1. .gitignore +35 -1
.gitignore CHANGED
@@ -10,6 +10,7 @@ __pycache__/
10
  .Python
11
  env/
12
  venv/
 
13
  ENV/
14
 
15
  # IDE
@@ -26,4 +27,37 @@ Thumbs.db
26
  *.log
27
 
28
  # Generated files
29
- *.zip
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  .Python
11
  env/
12
  venv/
13
+ venv311/
14
  ENV/
15
 
16
  # IDE
 
27
  *.log
28
 
29
  # Generated files
30
+ *.zip
31
+
32
+ # Test files
33
+ test_*.py
34
+ *_test.py
35
+
36
+ # Documentation/notes (keep only essential docs)
37
+ *_SUMMARY.md
38
+ WEB_SEARCH_IMPLEMENTATION.md
39
+ simplified_documentation.md
40
+ file_upload_proposal.md
41
+ TEST_PROCEDURE.md
42
+
43
+ # Gradio cache
44
+ .gradio/
45
+ flagged/
46
+
47
+ # Development images
48
+ *.png
49
+ !secret.png
50
+ *.jpg
51
+ *.jpeg
52
+ *.gif
53
+
54
+ # Claude local files
55
+ claude.local.md
56
+ .claude/
57
+
58
+ # Config files
59
+ *.aiconfig.json
60
+
61
+ # Sample/temp files
62
+ test_*.txt
63
+ *_sample.txt