Skip to content

Commit e7ab494

Browse files
committed
Adding ignores
0 parents  commit e7ab494

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.gitignore

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
env
2+
venv
3+
.ipynb_checkpoints
4+
5+
6+
# Created by https://www.gitignore.io/api/im,virtualenv,ipythonnotebook
7+
8+
#!! ERROR: im is undefined. Use list command to see defined gitignore types !!#
9+
10+
### VirtualEnv ###
11+
# Virtualenv
12+
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
13+
.Python
14+
[Bb]in
15+
[Ii]nclude
16+
[Ll]ib
17+
[Ll]ocal
18+
[Ss]cripts
19+
pyvenv.cfg
20+
pip-selfcheck.json
21+
*.pyc
22+
.idea*
23+
24+
25+
### IPythonNotebook ###
26+
# Temporary data
27+
.ipynb_checkpoints/
28+
29+

0 commit comments

Comments
 (0)