Skip to content

Commit 81b5890

Browse files
Remove poetry, pdm, and unrelated ignores
1 parent 0e4e50e commit 81b5890

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

.gitignore

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,6 @@ cover/
5555
*.mo
5656
*.pot
5757

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-
6858
# Scrapy stuff:
6959
.scrapy
7060

@@ -94,31 +84,6 @@ ipython_config.py
9484
# install all needed dependencies.
9585
#Pipfile.lock
9686

97-
# poetry
98-
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
99-
# This is especially recommended for binary packages to ensure reproducibility, and is more
100-
# commonly ignored for libraries.
101-
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
102-
#poetry.lock
103-
104-
# pdm
105-
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
106-
#pdm.lock
107-
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108-
# in version control.
109-
# https://pdm.fming.dev/#use-with-ide
110-
.pdm.toml
111-
112-
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
113-
__pypackages__/
114-
115-
# Celery stuff
116-
celerybeat-schedule
117-
celerybeat.pid
118-
119-
# SageMath parsed files
120-
*.sage.py
121-
12287
# Environments
12388
.env
12489
.venv

0 commit comments

Comments
 (0)