File tree Expand file tree Collapse file tree 1 file changed +10
-89
lines changed Expand file tree Collapse file tree 1 file changed +10
-89
lines changed Original file line number Diff line number Diff line change 1
- # TODO: Remove all unused entries
1
+ # `local` working directory
2
+ local /
2
3
3
- # ciscosparkapi Project
4
- dist /
5
- docs /_build /
6
- * .egg-info /
7
-
8
-
9
- # Unversioned files
10
- basic-tests.py
11
-
12
-
13
- # Byte-compiled / optimized / DLL files
14
- __pycache__ /
15
- * .py [cod ]
16
- * $py.class
17
-
18
- # C extensions
19
- * .so
20
-
21
- # Distribution / packaging
22
- .Python
23
- env /
24
- build /
25
- develop-eggs /
26
- downloads /
27
- eggs /
28
- .eggs /
29
- lib /
30
- lib64 /
31
- parts /
32
- sdist /
33
- var /
34
- .installed.cfg
35
- * .egg
36
-
37
- # PyInstaller
38
- # Usually these files are written by a python script from a template
39
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
40
- * .manifest
41
- * .spec
42
-
43
- # Installer logs
44
- pip-log.txt
45
- pip-delete-this-directory.txt
46
4
47
- # Unit test / coverage reports
48
- htmlcov /
5
+ # Test artifacts
6
+ .cache /
49
7
.tox /
50
- .coverage
51
- .coverage. *
52
- .cache
53
- nosetests.xml
54
- coverage.xml
55
- * ,cover
56
- .hypothesis /
57
8
58
- # Translations
59
- * .mo
60
- * .pot
61
9
62
- # Django stuff:
63
- * .log
64
- local_settings.py
65
-
66
- # Flask stuff:
67
- instance /
68
- .webassets-cache
69
-
70
- # Scrapy stuff:
71
- .scrapy
72
-
73
- # PyBuilder
74
- target /
75
-
76
- # IPython 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
- ENV /
10
+ # Byte-compiled / optimized files
11
+ * .py [cod ]
91
12
92
- # Spyder project settings
93
- .spyderproject
94
13
95
- # Rope project settings
96
- .ropeproject
14
+ # Build artifacts
15
+ dist /
16
+ docs /_build /
17
+ * .egg-info /
You can’t perform that action at this time.
0 commit comments