Skip to content

Commit ee7f55c

Browse files
committed
Revert python/.gitignore
1 parent 7874b0c commit ee7f55c

File tree

1 file changed

+3
-103
lines changed

1 file changed

+3
-103
lines changed

python/.gitignore

Lines changed: 3 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,3 @@
1-
# Byte-compiled / optimized / DLL files
2-
__pycache__/
3-
*.py[cod]
4-
*$py.class
5-
6-
# C extensions
7-
*.so
8-
9-
# Distribution / packaging
10-
.Python
11-
build/
12-
develop-eggs/
13-
dist/
14-
downloads/
15-
eggs/
16-
.eggs/
17-
lib/
18-
lib64/
19-
parts/
20-
sdist/
21-
var/
22-
wheels/
23-
pip-wheel-metadata/
24-
share/python-wheels/
25-
*.egg-info/
26-
.installed.cfg
27-
*.egg
28-
MANIFEST
29-
30-
# PyInstaller
31-
# Usually these files are written by a python script from a template
32-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
33-
*.manifest
34-
*.spec
35-
36-
# Installer logs
37-
pip-log.txt
38-
pip-delete-this-directory.txt
39-
40-
# Unit test / coverage reports
41-
htmlcov/
42-
.tox/
43-
.nox/
44-
.coverage
45-
.coverage.*
46-
.cache
47-
nosetests.xml
48-
coverage.xml
49-
*.cover
50-
.hypothesis/
51-
.pytest_cache/
52-
53-
# Translations
54-
*.mo
55-
*.pot
56-
57-
# Scrapy stuff:
58-
.scrapy
59-
60-
# Sphinx documentation
61-
docs/_build/
62-
63-
# PyBuilder
64-
target/
65-
66-
# pyenv
67-
.python-version
68-
69-
# pipenv
70-
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
71-
# However, in case of collaboration, if having platform-specific dependencies or dependencies
72-
# having no cross-platform support, pipenv may install dependencies that don't work, or not
73-
# install all needed dependencies.
74-
#Pipfile.lock
75-
76-
# celery beat schedule file
77-
celerybeat-schedule
78-
79-
# SageMath parsed files
80-
*.sage.py
81-
82-
# Spyder project settings
83-
.spyderproject
84-
.spyproject
85-
86-
# Rope project settings
87-
.ropeproject
88-
89-
# Mr Developer
90-
.mr.developer.cfg
91-
.project
92-
.pydevproject
93-
94-
# mkdocs documentation
95-
/site
96-
97-
# mypy
98-
.mypy_cache/
99-
.dmypy.json
100-
dmypy.json
101-
102-
# Pyre type checker
103-
.pyre/
1+
version.py
2+
clib/
3+
!clib/__init__.py

0 commit comments

Comments
 (0)