feat: added initial config

This commit is contained in:
2024-10-10 15:51:41 +02:00
parent 86e82a4d94
commit 5e990a615e
26 changed files with 694 additions and 4 deletions

12
.gitignore vendored
View File

@@ -60,6 +60,10 @@ cover/
local_settings.py
db.sqlite3
db.sqlite3-journal
dev.sqlite3
TEST_DB/
files/
DOCKER/
# Flask stuff:
instance/
@@ -77,6 +81,7 @@ target/
# Jupyter Notebook
.ipynb_checkpoints
.virtual_documents
# IPython
profile_default/
@@ -106,10 +111,8 @@ ipython_config.py
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
.pdm-python
.pdm-build/
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
@@ -160,3 +163,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# MacOS
.DS_Store