Skip to content

Commit 0329641

Browse files
authored
Update .gitignore (pals-project#37)
More temporary python stuff, IDEA IDE file (PyCharm).
1 parent b9893a9 commit 0329641

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.gitignore

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
__pycache__/
2-
.pytest_cache/
31
.ruff_cache/
42
*.swp
3+
4+
##########
5+
# Python #
6+
##########
7+
*.pyc
8+
__pycache__/
9+
.pytest_cache
10+
*.egg-info/
11+
*.ipynb_checkpoints/
12+
13+
#######
14+
# IDE #
15+
#######
16+
.idea/
17+
.kdev?/
18+
*.kdev?

0 commit comments

Comments
 (0)