-
Notifications
You must be signed in to change notification settings - Fork 452
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (36 loc) · 494 Bytes
/
.gitignore
File metadata and controls
40 lines (36 loc) · 494 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
*.pyc
build/
dist/
htmlcov/
.ropeproject/
MANIFEST
control/_version.py
__conda_*.txt
record.txt
*.log
*.egg-info/
.eggs/
.coverage
doc/_build
doc/generated
examples/.ipynb_checkpoints/
.settings/org.eclipse.core.resources.prefs
.pydevproject
.project
Untitled*.ipynb
*.idea/
# Files created by or for emacs (RMM, 29 Dec 2017)
*~
TAGS
# Files created by or for asv (airspeed velocity)
.asv/
# Files created by Spyder
.spyproject/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/