Skip to content

Commit 22d1cdd

Browse files
committed
commit gitignore file for better team organization
1 parent d8ac746 commit 22d1cdd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.*
2+
3+
# Compiled python modules.
4+
*.pyc
5+
6+
# Setuptools distribution folder.
7+
dist/
8+
9+
# Python egg metadata, regenerated from source files by setuptools.
10+
*.egg-info
11+
*.egg
12+
13+
# Sphinx doc build files
14+
build*
15+
docs/build*
16+
17+
# ipython notebook files
18+
*/.ipynb_checkpoints/*
19+
*.ipynb
20+
21+
# python cache
22+
*/__pycache__/*
23+

0 commit comments

Comments
 (0)