Skip to content

Commit 93fb942

Browse files
committed
Clean up gitignore
Remove unused entries
1 parent 5bea074 commit 93fb942

File tree

1 file changed

+10
-89
lines changed

1 file changed

+10
-89
lines changed

.gitignore

Lines changed: 10 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,17 @@
1-
# TODO: Remove all unused entries
1+
# `local` working directory
2+
local/
23

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
464

47-
# Unit test / coverage reports
48-
htmlcov/
5+
# Test artifacts
6+
.cache/
497
.tox/
50-
.coverage
51-
.coverage.*
52-
.cache
53-
nosetests.xml
54-
coverage.xml
55-
*,cover
56-
.hypothesis/
578

58-
# Translations
59-
*.mo
60-
*.pot
619

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]
9112

92-
# Spyder project settings
93-
.spyderproject
9413

95-
# Rope project settings
96-
.ropeproject
14+
# Build artifacts
15+
dist/
16+
docs/_build/
17+
*.egg-info/

0 commit comments

Comments
 (0)