Skip to content

Commit 2c5b6db

Browse files
committed
reduced number of rules in .gitignore.
1 parent 0eefeaa commit 2c5b6db

File tree

1 file changed

+10
-97
lines changed

1 file changed

+10
-97
lines changed

.gitignore

Lines changed: 10 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,22 @@
1-
tests/junit.xml
2-
3-
# Created by https://www.gitignore.io/api/python,virtualenv
1+
# Python bytecode / optimized files
2+
*.py[co]
3+
*.egg-info
4+
build
5+
sdist
46

5-
### Python ###
6-
# Byte-compiled / optimized / DLL files
77
__pycache__/
8-
*.py[cod]
9-
*$py.class
10-
11-
# C extensions
12-
*.so
13-
14-
# Distribution / packaging
15-
.Python
16-
env/
17-
build/
18-
develop-eggs/
19-
dist/
20-
downloads/
21-
eggs/
22-
.eggs/
23-
lib/
24-
lib64/
25-
parts/
26-
sdist/
27-
var/
28-
*.egg-info/
29-
.installed.cfg
30-
*.egg
318

32-
# PyInstaller
33-
# Usually these files are written by a python script from a template
34-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
35-
*.manifest
36-
*.spec
9+
# virtualenv
10+
venv/
3711

38-
# Installer logs
39-
pip-log.txt
40-
pip-delete-this-directory.txt
12+
# Sphinx documentation
13+
docs/_build
4114

4215
# Unit test / coverage reports
4316
htmlcov/
4417
.tox/
4518
.coverage
4619
.coverage.*
4720
.cache
48-
nosetests.xml
4921
coverage.xml
50-
*,cover
51-
.hypothesis/
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-
71-
# PyBuilder
72-
target/
73-
74-
# IPython Notebook
75-
.ipynb_checkpoints
76-
77-
# pyenv
78-
.python-version
79-
80-
# celery beat schedule file
81-
celerybeat-schedule
82-
83-
# dotenv
84-
.env
85-
86-
# virtualenv
87-
venv/
88-
ENV/
89-
90-
# Spyder project settings
91-
.spyderproject
92-
93-
# Rope project settings
94-
.ropeproject
95-
96-
97-
### VirtualEnv ###
98-
# Virtualenv
99-
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
100-
.Python
101-
[Bb]in
102-
[Ii]nclude
103-
[Ll]ib
104-
[Ll]ib64
105-
[Ll]ocal
106-
[Ss]cripts
107-
pyvenv.cfg
108-
.venv
109-
pip-selfcheck.json
22+
tests/junit.xml

0 commit comments

Comments
 (0)