Skip to content

Commit 60f2139

Browse files
committed
Update .gitignore file.
1 parent f9baaea commit 60f2139

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

.gitignore

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1+
# Common Files
12
*.egg-info
23
*.pyc
34
*.pyo
45
.DS_Store
56
.coverage*
6-
.idea
7+
uv.lock
8+
9+
# Common Directories
10+
.fleet/
11+
.idea/
12+
.ipynb_checkpoints/
713
.python-version
14+
.vs/
15+
.vscode/
16+
.sandbox/
17+
build/
18+
dist/
19+
docs/_build/
20+
docs/generated/
21+
node_modules/
22+
references/
823

924
__pycache__
10-
11-
uv.lock

0 commit comments

Comments
 (0)