File tree Expand file tree Collapse file tree 1 file changed +118
-0
lines changed Expand file tree Collapse file tree 1 file changed +118
-0
lines changed Original file line number Diff line number Diff line change
1
+ # setuptools-scm
2
+ nifreeze /_version.py
3
+
4
+ # Byte-compiled / optimized / DLL files
5
+ __pycache__ /
6
+ * .py [cod ]
7
+ * $py.class
8
+
9
+ # C extensions
10
+ * .so
11
+
12
+ # Distribution / packaging
13
+ .Python
14
+ env /
15
+ build /
16
+ develop-eggs /
17
+ dist /
18
+ downloads /
19
+ eggs /
20
+ .eggs /
21
+ lib /
22
+ lib64 /
23
+ parts /
24
+ sdist /
25
+ var /
26
+ wheels /
27
+ * .egg-info /
28
+ .installed.cfg
29
+ * .egg
30
+
31
+ # PyInstaller
32
+ # Usually these files are written by a python script from a template
33
+ # before PyInstaller builds the exe, so as to inject date/other infos into it.
34
+ * .manifest
35
+ * .spec
36
+
37
+ # Installer logs
38
+ pip-log.txt
39
+ pip-delete-this-directory.txt
40
+
41
+ # Unit test / coverage reports
42
+ htmlcov /
43
+ .tox /
44
+ .coverage
45
+ .coverage. *
46
+ .cache
47
+ nosetests.xml
48
+ coverage.xml
49
+ * .cover
50
+ .hypothesis /
51
+ .pytest_cache /
52
+
53
+ # Translations
54
+ * .mo
55
+ * .pot
56
+
57
+ # Django stuff:
58
+ * .log
59
+ local_settings.py
60
+
61
+ # Flask stuff:
62
+ instance /
63
+ .webassets-cache
64
+
65
+ # Scrapy stuff:
66
+ .scrapy
67
+
68
+ # Sphinx documentation
69
+ docs /_build /
70
+ docs /api /
71
+
72
+ # PyBuilder
73
+ target /
74
+
75
+ # Jupyter Notebook
76
+ .ipynb_checkpoints
77
+
78
+ # pyenv
79
+ .python-version
80
+
81
+ # celery beat schedule file
82
+ celerybeat-schedule
83
+
84
+ # SageMath parsed files
85
+ * .sage.py
86
+
87
+ # dotenv
88
+ .env
89
+
90
+ # virtualenv
91
+ .venv
92
+ venv /
93
+ ENV /
94
+
95
+ # Spyder project settings
96
+ .spyderproject
97
+ .spyproject
98
+
99
+ # Pycharm project settings
100
+ .idea
101
+
102
+ # Rope project settings
103
+ .ropeproject
104
+
105
+ # mkdocs documentation
106
+ /site
107
+
108
+ # mypy
109
+ .mypy_cache /
110
+
111
+ # Mac OS nonsense:
112
+ .DS_Store
113
+
114
+ # kubernetes stuff
115
+ kubernetes /jobs /
116
+
117
+ # Version files
118
+ src /nifreeze /_version.py
You can’t perform that action at this time.
0 commit comments