forked from DataONEorg/d1_python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
82 lines (68 loc) · 818 Bytes
/
.gitignore
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# d1_python
_ignore/
certificates/
certs/
d1_objects/
devpi-settings.sh
secret_key.txt
settings.py
stores/
sample_tidy/
.python-version
.idea/
.project
.pydevproject
# Byte-compiled / optimized / DLL files
*$py.class
*.py[cod]
__pycache__/
# C extensions
*.so
# Distribution / packaging
*.egg
*.egg-info/
.eggs/
.installed.cfg
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
env/
lib64/
parts/
sdist/
var/
# Unit test / coverage reports
.cache
.cover
.coverage
.coverage.*
.hypothesis/
.tox/
cover/
coverage.xml
htmlcov/
nosetests.xml
# Sphinx documentation
docs/_build/
docutils/
# Misc generated files
*.bak
*.tmp
*.log
*~
# Ipython Notebook
.ipynb_checkpoints
# PyInstaller
*.manifest
*.spec
# PyBuilder
target/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Translations
*.mo
*.pot