@@ -53,20 +53,6 @@ coverage.xml
5353.pytest_cache /
5454cover /
5555
56- # Translations
57- * .mo
58- * .pot
59-
60- # Django stuff:
61- * .log
62- local_settings.py
63- db.sqlite3
64- db.sqlite3-journal
65-
66- # Flask stuff:
67- instance /
68- .webassets-cache
69-
7056# Scrapy stuff:
7157.scrapy
7258
@@ -84,43 +70,16 @@ target/
8470profile_default /
8571ipython_config.py
8672
87- # pyenv
88- # For a library or package, you might want to ignore these files since the code is
89- # intended to run in multiple environments; otherwise, check them in:
90- # .python-version
91-
92- # pipenv
93- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
94- # However, in case of collaboration, if having platform-specific dependencies or dependencies
95- # having no cross-platform support, pipenv may install dependencies that don't work, or not
96- # install all needed dependencies.
97- # Pipfile.lock
98-
9973# poetry
10074# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
10175# This is especially recommended for binary packages to ensure reproducibility, and is more
10276# commonly ignored for libraries.
10377# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
10478poetry.lock
10579
106- # pdm
107- # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
108- # pdm.lock
109- # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
110- # in version control.
111- # https://pdm.fming.dev/#use-with-ide
112- .pdm.toml
113-
11480# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
11581__pypackages__ /
11682
117- # Celery stuff
118- celerybeat-schedule
119- celerybeat.pid
120-
121- # SageMath parsed files
122- * .sage.py
123-
12483# Environments
12584.env
12685.venv
@@ -154,14 +113,9 @@ dmypy.json
154113# Cython debug symbols
155114cython_debug /
156115
157- # PyCharm
158- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
159- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
160- # and can be added to the global gitignore or merged into this file. For a more nuclear
161- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
162- # .idea/
163-
164116# Temporary files
117+ logs /
118+ vuegen /logs /
165119streamlit_report /
166120quarto_report /
167121
0 commit comments