Skip to content

Commit 2180644

Browse files
committed
Updated to current template.
1 parent f1d5ff1 commit 2180644

File tree

1 file changed

+26
-44
lines changed

1 file changed

+26
-44
lines changed

.gitignore

+26-44
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,39 @@
1-
# Byte-compiled / optimized / DLL files
2-
__pycache__/
1+
# Python Bytecode
32
*.py[cod]
43

5-
# C extensions
4+
# C Extensions
65
*.so
76

8-
# Distribution / packaging
9-
.Python
10-
env/
11-
build/
12-
develop-eggs/
13-
dist/
14-
downloads/
15-
eggs/
16-
.eggs/
17-
lib/
18-
lib64/
19-
parts/
20-
sdist/
21-
var/
22-
*.egg-info/
23-
.installed.cfg
24-
*.egg
25-
26-
# PyInstaller
27-
# Usually these files are written by a python script from a template
28-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
29-
*.manifest
30-
*.spec
31-
32-
# Installer logs
33-
pip-log.txt
34-
pip-delete-this-directory.txt
35-
36-
# Unit test / coverage reports
37-
htmlcov/
38-
.tox/
39-
.coverage
40-
.coverage.*
7+
# Packaging
8+
*.egg-info
9+
.eggs
10+
.packaging
11+
12+
# Virtual Environment Pseudo-Chroot
13+
bin
14+
include
15+
lib
16+
share
17+
tmp
18+
usr
19+
var
20+
21+
# Unit Test / Coverage Reports
4122
.cache
42-
nosetests.xml
23+
.cagoule.db
24+
.coverage
25+
.tox
4326
coverage.xml
44-
*,cover
27+
htmlcov
4528

4629
# Translations
4730
*.mo
4831
*.pot
4932

50-
# Django stuff:
51-
*.log
33+
# Mac
34+
.DS_Store
5235

53-
# Sphinx documentation
54-
docs/_build/
36+
# Completion Integration
37+
.ropeproject
38+
tags
5539

56-
# PyBuilder
57-
target/

0 commit comments

Comments
 (0)