Skip to content

Commit 2e89e03

Browse files
committed
[FIX] gitignore
1 parent 4f27ed1 commit 2e89e03

File tree

1 file changed

+13
-61
lines changed

1 file changed

+13
-61
lines changed

Diff for: .gitignore

+13-61
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,26 @@
11
# Byte-compiled / optimized / DLL files
22
__pycache__/
33
*.py[cod]
4-
*$py.class
54

65
# C extensions
76
*.so
87

98
# Distribution / packaging
109
.Python
10+
env/
11+
bin/
1112
build/
1213
develop-eggs/
1314
dist/
14-
downloads/
1515
eggs/
16-
.eggs/
1716
lib/
1817
lib64/
1918
parts/
2019
sdist/
2120
var/
22-
wheels/
2321
*.egg-info/
2422
.installed.cfg
2523
*.egg
26-
MANIFEST
27-
28-
# PyInstaller
29-
# Usually these files are written by a python script from a template
30-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
31-
*.manifest
32-
*.spec
3324

3425
# Installer logs
3526
pip-log.txt
@@ -39,66 +30,27 @@ pip-delete-this-directory.txt
3930
htmlcov/
4031
.tox/
4132
.coverage
42-
.coverage.*
4333
.cache
4434
nosetests.xml
4535
coverage.xml
46-
*.cover
47-
.hypothesis/
48-
.pytest_cache/
4936

5037
# Translations
5138
*.mo
52-
*.pot
5339

54-
# Django stuff:
55-
*.log
56-
local_settings.py
57-
db.sqlite3
40+
# Pycharm
41+
.idea
5842

59-
# Flask stuff:
60-
instance/
61-
.webassets-cache
43+
# Mr Developer
44+
.mr.developer.cfg
45+
.project
46+
.pydevproject
6247

63-
# Scrapy stuff:
64-
.scrapy
48+
# Rope
49+
.ropeproject
6550

6651
# Sphinx documentation
6752
docs/_build/
6853

69-
# PyBuilder
70-
target/
71-
72-
# Jupyter Notebook
73-
.ipynb_checkpoints
74-
75-
# pyenv
76-
.python-version
77-
78-
# celery beat schedule file
79-
celerybeat-schedule
80-
81-
# SageMath parsed files
82-
*.sage.py
83-
84-
# Environments
85-
.env
86-
.venv
87-
env/
88-
venv/
89-
ENV/
90-
env.bak/
91-
venv.bak/
92-
93-
# Spyder project settings
94-
.spyderproject
95-
.spyproject
96-
97-
# Rope project settings
98-
.ropeproject
99-
100-
# mkdocs documentation
101-
/site
102-
103-
# mypy
104-
.mypy_cache/
54+
# Backup files
55+
*~
56+
*.swp

0 commit comments

Comments
 (0)