Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 5ff9288

Browse files
committed
gitignore pycache and some other common stuff
1 parent 351cb7c commit 5ff9288

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,16 @@
66
/build/
77
.ipynb_checkpoints
88
/extensions/jupyterlab/README.md
9+
__pycache__/
10+
*.py[cod]
11+
*$py.class
12+
.mypy_cache/
13+
.DS_Store
14+
.env
15+
.venv
16+
env/
17+
venv/
18+
ENV/
19+
env.bak/
20+
venv.bak/
21+
vv

0 commit comments

Comments
 (0)