Skip to content

Commit 1cef222

Browse files
committed
Cleaned up .gitignore
1 parent a66640b commit 1cef222

File tree

1 file changed

+4
-100
lines changed

1 file changed

+4
-100
lines changed

.gitignore

Lines changed: 4 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -56,65 +56,6 @@ cover/
5656
*.mo
5757
*.pot
5858

59-
# Django stuff:
60-
# https://github.com/github/gitignore/blob/main/Python.gitignore
61-
# Byte-compiled / optimized / DLL files
62-
__pycache__/
63-
*.py[codz]
64-
*$py.class
65-
66-
# C extensions
67-
*.so
68-
69-
# Distribution / packaging
70-
.Python
71-
build/
72-
develop-eggs/
73-
dist/
74-
downloads/
75-
eggs/
76-
.eggs/
77-
lib/
78-
lib64/
79-
parts/
80-
sdist/
81-
var/
82-
wheels/
83-
share/python-wheels/
84-
*.egg-info/
85-
.installed.cfg
86-
*.egg
87-
MANIFEST
88-
89-
# PyInstaller
90-
# Usually these files are written by a python script from a template
91-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
92-
*.manifest
93-
*.spec
94-
95-
# Installer logs
96-
pip-log.txt
97-
pip-delete-this-directory.txt
98-
99-
# Unit test / coverage reports
100-
htmlcov/
101-
.tox/
102-
.nox/
103-
.coverage
104-
.coverage.*
105-
.cache
106-
nosetests.xml
107-
coverage.xml
108-
*.cover
109-
*.py.cover
110-
.hypothesis/
111-
.pytest_cache/
112-
cover/
113-
114-
# Translations
115-
*.mo
116-
*.pot
117-
11859
# Django stuff:
11960
*.log
12061
local_settings.py
@@ -135,31 +76,8 @@ docs/_build/
13576
.pybuilder/
13677
target/
13778

138-
# Jupyter Notebook
139-
local_settings.py
140-
db.sqlite3
141-
db.sqlite3-journal
142-
143-
# Flask stuff:
144-
instance/
145-
.webassets-cache
146-
147-
# Scrapy stuff:
148-
.scrapy
149-
150-
# Sphinx documentation
151-
docs/_build/
152-
153-
# PyBuilder
154-
.pybuilder/
155-
target/
156-
15779
# Jupyter Notebook
15880
.ipynb_checkpoints
159-
<<<<<<< HEAD
160-
<<<<<<< HEAD
161-
=======
162-
>>>>>>> 9359e8d ((after rebase) updated gitignore and moved linting to new branch)
16381

16482
# IPython
16583
profile_default/
@@ -168,7 +86,7 @@ ipython_config.py
16886
# pyenv
16987
# For a library or package, you might want to ignore these files since the code is
17088
# intended to run in multiple environments; otherwise, check them in:
171-
# .python-version
89+
.python-version
17290

17391
# pipenv
17492
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -292,20 +210,6 @@ __marimo__/
292210
# Streamlit
293211
.streamlit/secrets.toml
294212

295-
# json files for storing production records
296-
*.json
297-
.env
298-
<<<<<<< HEAD
299-
<<<<<<< HEAD
300-
/json_pages
301-
/notebooks
302-
/test_json_pages
303-
=======
304-
/json_pages
305-
>>>>>>> 9359e8d ((after rebase) updated gitignore and moved linting to new branch)
306-
=======
307-
/json_pages
308-
309-
/test_json_pages
310-
/notebooks
311-
>>>>>>> 5830467 (Remove accidentally committed files)
213+
json_pages/
214+
notebooks/
215+
test_json_pages/

0 commit comments

Comments
 (0)