Skip to content

Commit 9b676f8

Browse files
committed
update gitignore
1 parent c8854b6 commit 9b676f8

1 file changed

Lines changed: 1 addition & 64 deletions

File tree

.gitignore

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55

6-
# C extensions
7-
*.so
8-
96
# Distribution / packaging
107
.Python
118
build/
@@ -51,56 +48,12 @@ coverage.xml
5148
.hypothesis/
5249
.pytest_cache/
5350

54-
# Translations
55-
*.mo
56-
*.pot
57-
58-
# Django stuff:
59-
*.log
60-
local_settings.py
61-
db.sqlite3
62-
db.sqlite3-journal
63-
64-
# Flask stuff:
65-
instance/
66-
.webassets-cache
67-
68-
# Scrapy stuff:
69-
.scrapy
70-
71-
# Sphinx documentation
72-
docs/_build/
73-
7451
# PyBuilder
7552
target/
7653

77-
# Jupyter Notebook
78-
.ipynb_checkpoints
79-
80-
# IPython
81-
profile_default/
82-
ipython_config.py
83-
8454
# pyenv
8555
.python-version
8656

87-
# pipenv
88-
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
89-
# However, in case of collaboration, if having platform-specific dependencies or dependencies
90-
# having no cross-platform support, pipenv may install dependencies that don't work, or not
91-
# install all needed dependencies.
92-
#Pipfile.lock
93-
94-
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
95-
__pypackages__/
96-
97-
# Celery stuff
98-
celerybeat-schedule
99-
celerybeat.pid
100-
101-
# SageMath parsed files
102-
*.sage.py
103-
10457
# Environments
10558
.env
10659
.venv
@@ -110,27 +63,11 @@ ENV/
11063
env.bak/
11164
venv.bak/
11265

113-
# Spyder project settings
114-
.spyderproject
115-
.spyproject
116-
117-
# Rope project settings
118-
.ropeproject
119-
120-
# mkdocs documentation
121-
/site
66+
.DS_Store
12267

12368
# generated html docs
12469
/html
12570

126-
# mypy
127-
.mypy_cache/
128-
.dmypy.json
129-
dmypy.json
130-
131-
# Pyre type checker
132-
.pyre/
133-
13471
# Test models
13572
/sample_model/
13673
/test_model/

0 commit comments

Comments
 (0)