Skip to content

Commit 9b0b8a4

Browse files
committed
new build v2.0.0
1 parent 706085a commit 9b0b8a4

File tree

526 files changed

+30269
-161697
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

526 files changed

+30269
-161697
lines changed

.gitignore

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ profile_default/
1313
ipython_config.py
1414

1515
# Remove previous ipynb_checkpoints
16-
# git rm -r .ipynb_checkpoints/
16+
git rm -r .ipynb_checkpoints/
1717

1818
### Python ###
1919
# Byte-compiled / optimized / DLL files
@@ -73,19 +73,6 @@ cover/
7373
*.mo
7474
*.pot
7575

76-
# Django stuff:
77-
*.log
78-
local_settings.py
79-
db.sqlite3
80-
db.sqlite3-journal
81-
82-
# Flask stuff:
83-
instance/
84-
.webassets-cache
85-
86-
# Scrapy stuff:
87-
.scrapy
88-
8976
# Sphinx documentation
9077
docs/_build/
9178

@@ -119,13 +106,6 @@ target/
119106
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
120107
__pypackages__/
121108

122-
# Celery stuff
123-
celerybeat-schedule
124-
celerybeat.pid
125-
126-
# SageMath parsed files
127-
*.sage.py
128-
129109
# Environments
130110
.env
131111
.venv
@@ -164,7 +144,7 @@ cython_debug/
164144
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
165145
# and can be added to the global gitignore or merged into this file. For a more nuclear
166146
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
167-
#.idea/
147+
.idea/
168148

169149
# End of https://www.toptal.com/developers/gitignore/api/python,jupyternotebooks
170150

0 commit comments

Comments
 (0)