Skip to content

Commit 936f015

Browse files
committed
update gitignore
1 parent 254529a commit 936f015

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

backend/scripts/.gitignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Jupyter Notebook checkpoints
2+
.ipynb_checkpoints/
3+
4+
# Jupyter runtime files
5+
.jupyter/
6+
7+
# Hidden notebook state (metadata, autosaves)
8+
*.nbconvert.ipynb
9+
*.nbconvert/
10+
11+
# VSCode / PyCharm or other IDE junk (optional, but useful)
12+
.vscode/
13+
.idea/
14+
15+
# Python cache
16+
__pycache__/
17+
*.pyc
18+
*.pyo
19+
*.pyd
20+
*.pkl
21+
22+
# OS files
23+
.DS_Store
24+
Thumbs.db
25+
26+
# Virtual environments
27+
venv/
28+
29+
adjustedreqs.txt

0 commit comments

Comments
 (0)