Skip to content

Commit 8da9c5b

Browse files
committed
Add .gitignore
1 parent 788311d commit 8da9c5b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
*~
2+
.#*
3+
## the next line needs to start with a backslash to avoid looking like
4+
## a comment
5+
\#*#
6+
*.pyc
7+
*.pyo
8+
.*.swp
9+
10+
/parts
11+
/.installed.cfg
12+
/develop-eggs
13+
/*.egg
14+
/*.egg-info
15+
/eggs
16+
/build
17+
/dist

0 commit comments

Comments
 (0)