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