This commit is contained in:
Ēriks K 2024-12-26 14:43:58 +02:00
parent 13b66f5771
commit 14aaa964f9
4 changed files with 110 additions and 42 deletions

1
.gitignore vendored
View File

@ -175,3 +175,4 @@ dmypy.json
.pyre/ .pyre/
.pytype/ .pytype/
cython_debug/ cython_debug/
cookiecutter.zip

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

Binary file not shown.

View File

@ -1,8 +1,33 @@
*~ .idea/**/workspace.xml
.fuse_hidden* .idea/**/tasks.xml
.directory .idea/**/usage.statistics.xml
.Trash-* .idea/**/dictionaries
.nfs* .idea/**/shelf
.idea/**/aws.xml
.idea/**/contentModel.xml
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml
.idea/**/gradle.xml
.idea/**/libraries
cmake-build-*/
.idea/**/mongoSettings.xml
*.iws
out/
.idea_modules/
atlassian-ide-plugin.xml
.idea/replstate.xml
.idea/sonarlint/
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
.idea/httpRequests
.idea/caches/build_file_checksums.ser
*.log *.log
*.pot *.pot
*.pyc *.pyc
@ -11,43 +36,82 @@ local_settings.py
db.sqlite3 db.sqlite3
db.sqlite3-journal db.sqlite3-journal
media media
Thumbs.db docs/_book
Thumbs.db:encryptable test/
ehthumbs.db logs
ehthumbs_vista.db npm-debug.log*
*.stackdump yarn-debug.log*
[Dd]esktop.ini yarn-error.log*
$RECYCLE.BIN/ lerna-debug.log*
*.cab .pnpm-debug.log*
*.msi report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
*.msix pids
*.msm *.pid
*.msp *.seed
*.lnk *.pid.lock
.DS_Store lib-cov
.AppleDouble coverage
.LSOverride *.lcov
Icon .nyc_output
._* .grunt
.DocumentRevisions-V100 bower_components
.fseventsd .lock-wscript
.Spotlight-V100 build/Release
.TemporaryItems node_modules/
.Trashes jspm_packages/
.VolumeIcon.icns web_modules/
.com.apple.timemachine.donotpresent *.tsbuildinfo
.AppleDB .npm
.AppleDesktop .eslintcache
Network Trash Folder .stylelintcache
Temporary Items .rpt2_cache/
.apdisk .rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
.node_repl_history
*.tgz
.yarn-integrity
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
.cache
.parcel-cache
.next
out
.nuxt
dist
.cache/
.vuepress/dist
.temp
.docusaurus
.serverless/
.fusebox/
.dynamodb/
.tern-port
.vscode-test
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
.yarn/*
!.yarn/releases
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
!.yarn/cache
dist/
npm-debug.log
yarn-error.log
*.py[cod] *.py[cod]
*$py.class *$py.class
*.so *.so
.Python .Python
build/ build/
develop-eggs/ develop-eggs/
dist/
downloads/ downloads/
eggs/ eggs/
.eggs/ .eggs/
@ -71,7 +135,6 @@ htmlcov/
.nox/ .nox/
.coverage .coverage
.coverage.* .coverage.*
.cache
nosetests.xml nosetests.xml
coverage.xml coverage.xml
*.cover *.cover
@ -90,11 +153,12 @@ target/
profile_default/ profile_default/
ipython_config.py ipython_config.py
.pdm.toml .pdm.toml
.pdm-python
.pdm-build/
__pypackages__/ __pypackages__/
celerybeat-schedule celerybeat-schedule
celerybeat.pid celerybeat.pid
*.sage.py *.sage.py
.env
.venv .venv
env/ env/
venv/ venv/
@ -111,7 +175,4 @@ dmypy.json
.pyre/ .pyre/
.pytype/ .pytype/
cython_debug/ cython_debug/
/db.sqlite cookiecutter.zip
/db.sqlite-shm
/db.sqlite-wal
/envs.yml