Skip to content

Commit 5bc144d

Browse files
Updating .gitignore to ignore pycache and other files.
1 parent 0100955 commit 5bc144d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ venv/
33
.pytest_cache/
44
jigsawstack.egg-info/
55

6+
/__pycache__/
7+
/.pytest_cache/
8+
/.vscode/
9+
/.idea/
10+
11+
12+
*.ipynb_checkpoints/
13+
*.ipynb
14+
615
.env
716
build/
817
dist/

0 commit comments

Comments
 (0)