Skip to content

Commit 16bc4c4

Browse files
committed
updated gitignore
1 parent af4d709 commit 16bc4c4

File tree

1 file changed

+0
-43
lines changed

1 file changed

+0
-43
lines changed

.gitignore

-43
Original file line numberDiff line numberDiff line change
@@ -56,52 +56,19 @@ coverage.xml
5656
*.mo
5757
*.pot
5858

59-
# Django stuff:
60-
*.log
61-
local_settings.py
62-
db.sqlite3
63-
db.sqlite3-journal
64-
65-
# Flask stuff:
66-
instance/
67-
.webassets-cache
68-
69-
# Scrapy stuff:
70-
.scrapy
71-
7259
# Sphinx documentation
7360
docs/_build/
7461

7562
# PyBuilder
7663
target/
7764

78-
# Jupyter Notebook
79-
.ipynb_checkpoints
80-
8165
# IPython
8266
profile_default/
8367
ipython_config.py
8468

85-
# pyenv
86-
.python-version
87-
88-
# pipenv
89-
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
90-
# However, in case of collaboration, if having platform-specific dependencies or dependencies
91-
# having no cross-platform support, pipenv may install dependencies that don't work, or not
92-
# install all needed dependencies.
93-
#Pipfile.lock
94-
9569
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
9670
__pypackages__/
9771

98-
# Celery stuff
99-
celerybeat-schedule
100-
celerybeat.pid
101-
102-
# SageMath parsed files
103-
*.sage.py
104-
10572
# Environments
10673
.env
10774
.venv
@@ -111,13 +78,6 @@ ENV/
11178
env.bak/
11279
venv.bak/
11380

114-
# Spyder project settings
115-
.spyderproject
116-
.spyproject
117-
118-
# Rope project settings
119-
.ropeproject
120-
12181
# mkdocs documentation
12282
/site
12383

@@ -129,6 +89,3 @@ dmypy.json
12989
# Pyre type checker
13090
.pyre/
13191
data/database.db
132-
hermes_known_hosts
133-
hermes.key
134-
hermes.key.pub

0 commit comments

Comments
 (0)