lib.itmens/.gitignore
gesang f1be6c2935
Some checks are pending
code check / doc (3.12) (push) Waiting to run
code check / lint (3.12) (push) Waiting to run
code check / type-checker (3.12) (push) Waiting to run
Mirror to Codeberg / to_codeberg (push) Waiting to run
unit test / django (3.12) (push) Waiting to run
disable filter
2025-03-08 20:36:36 +01:00

53 lines
588 B
Text

.DS_Store
.venv
/.env
/neodb.env
/typings
/upgrade
.compose.override.yml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# VS Code configuration files
.vscode/
# Zed settings
.zed
# flake8
tox.ini
# Local sqlite3 db
*.sqlite3
# deployed media and static files
/media
/static
/scripts/
# generated css
/common/static/css/boofilsic.min.css
/common/static/css/boofilsic.css
/common/static/scss/neodb.css
# debug log file
/log
log
# conf folders
/conf
/neodb
/playground
# typesense folder
/typesense-data
# test coverage
/.coverage
# translations
*.mo