mratanusarkar commited on
Commit
07a16a7
·
1 Parent(s): a24da3d

update: gitignore + untrack uv.lock

Browse files
Files changed (1) hide show
  1. .gitignore +13 -5
.gitignore CHANGED
@@ -1,12 +1,20 @@
 
1
  .venv/
2
  .env
3
- cursor_prompt.txt
4
- **egg-info/
5
  **pycache**
 
6
  .ruff_cache/
7
- test.py
8
- **.pdf
 
9
  images/
10
  wandb/
 
 
 
11
  .byaldi/
12
- artifacts/
 
 
 
1
+ # Virtual environments and environment files
2
  .venv/
3
  .env
4
+
5
+ # Python-related
6
  **pycache**
7
+ **egg-info/
8
  .ruff_cache/
9
+
10
+ # Project-specific directories
11
+ artifacts/
12
  images/
13
  wandb/
14
+
15
+ # Temporary and generated files
16
+ **.pdf
17
  .byaldi/
18
+ cursor_prompt.txt
19
+ test.py
20
+ uv.lock