Skip to content

Commit 43480c4

Browse files
committed
Minimize .gitignore
1 parent 56e1ab4 commit 43480c4

File tree

1 file changed

+9
-43
lines changed

1 file changed

+9
-43
lines changed

.gitignore

+9-43
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,9 @@
1-
*.py[cod]
2-
3-
# C extensions
4-
*.so
5-
6-
# Packages
7-
*.egg
8-
*.egg-info
9-
dist
10-
build
11-
eggs
12-
parts
13-
bin
14-
var
15-
sdist
16-
develop-eggs
17-
.installed.cfg
18-
lib
19-
lib64
20-
.eggs
21-
22-
# Installer logs
23-
pip-log.txt
24-
25-
# Unit test / coverage reports
26-
.cache
27-
.coverage*
28-
.pytest_cache
29-
.tox
30-
nosetests.xml
31-
htmlcov
32-
33-
# Translations
34-
*.mo
35-
36-
# Mr Developer
37-
.mr.developer.cfg
38-
.project
39-
.pydevproject
40-
41-
# Complexity
42-
output/*.html
43-
output/*/index.html
1+
*.egg-info/
2+
*.pyc
3+
/.coverage
4+
/.coverage.*
5+
/.tox
6+
/build/
7+
/dist/
8+
/docs/_build/
9+
/example/.venv/

0 commit comments

Comments
 (0)