Skip to content

Commit 965ee00

Browse files
committed
MNT: Update .gitignore
1 parent 29308ea commit 965ee00

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
# Compiled python files
12
*.pyc
3+
4+
# Editor swap files
25
*~
6+
.*.swp
37

8+
# Build artifacts
49
*.so
510
*.c
11+
*.egg-info/
612
build/
13+
dist/
14+
15+
# setuptools_scm
16+
nitime/_version.py

0 commit comments

Comments
 (0)