Skip to content

Commit ce26eee

Browse files
committed
Initial commit.
1 parent aa54ede commit ce26eee

File tree

522 files changed

+46591
-6
lines changed

Some content is hidden

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

522 files changed

+46591
-6
lines changed

Diff for: .gitignore

+12-4
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,8 @@ ipython_config.py
106106
#pdm.lock
107107
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
108108
# in version control.
109-
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
109+
# https://pdm.fming.dev/#use-with-ide
110110
.pdm.toml
111-
.pdm-python
112-
.pdm-build/
113111

114112
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
115113
__pypackages__/
@@ -122,7 +120,7 @@ celerybeat.pid
122120
*.sage.py
123121

124122
# Environments
125-
.env
123+
.env*
126124
.venv
127125
env/
128126
venv/
@@ -160,3 +158,13 @@ cython_debug/
160158
# and can be added to the global gitignore or merged into this file. For a more nuclear
161159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162160
#.idea/
161+
162+
# customized diretories
163+
.DS_Store
164+
**/test_docs/
165+
**/tmp*
166+
.idea
167+
test*.log.*
168+
startup_list.*.csv
169+
startup_list.*.json
170+
tests/data

0 commit comments

Comments
 (0)