2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 03:27:26 +00:00

tidy after git problem

This commit is contained in:
2025-01-16 21:11:58 +00:00
parent 3353b4e1fc
commit 4116b32c33
11 changed files with 67 additions and 67 deletions

134
.gitignore vendored
View File

@@ -1,67 +1,67 @@
# use glob syntax # use glob syntax
syntax: glob syntax: glob
# Virtual environments # Virtual environments
.venv .venv
__pycache__/ __pycache__/
*.py[oc] *.py[oc]
build/ build/
dist/ dist/
wheels/ wheels/
*.egg-info *.egg-info
*.orig *.orig
*.sql *.sql
*.sqlite *.sqlite
*.prof *.prof
*~ *~
.idea/* .idea/*
.swp .swp
.vscode/* .vscode/*
_1623.3d _1623.3d
_1623.err _1623.err
_1623.pos _1623.pos
_1623.svx _1623.svx
_16230.svx _16230.svx
_troggle_import_root.svx _troggle_import_root.svx
cave-lookup.json cave-lookup.json
core/migrations/* core/migrations/*
db* db*
desktop.ini desktop.ini
diffsettings.txt diffsettings.txt
ignored-files.log ignored-files.log
import_profile.json import_profile.json
lines-of-python.txt lines-of-python.txt
lines-of-templates.txt lines-of-templates.txt
loadlogbk.log loadlogbk.log
loadsurvexblks.log loadsurvexblks.log
logbktrips.shelve logbktrips.shelve
memdump.sql memdump.sql
parsing_log.txt parsing_log.txt
svxblks.log svxblks.log
svxlinear.log svxlinear.log
troggle troggle
troggle-inspectdb.py troggle-inspectdb.py
troggle-sqlite.sql troggle-sqlite.sql
troggle.log troggle.log
troggle.sqlite troggle.sqlite
troggle.sqlite-journal troggle.sqlite-journal
troggle_log.txt troggle_log.txt
tunnel-import.log tunnel-import.log
secret_credentials.py secret_credentials.py
media/jslib/* media/jslib/*
!media/jslib/readme.txt !media/jslib/readme.txt
_test_response.html _test_response.html
therionrefs.log therionrefs.log
_1623-and-1626.svx _1623-and-1626.svx
_1623-and-1626-no-schoenberg-hs.svx _1623-and-1626-no-schoenberg-hs.svx
troggle.sqlite-journal - Shortcut.lnk troggle.sqlite-journal - Shortcut.lnk
troggle.sqlite - Shortcut.lnk troggle.sqlite - Shortcut.lnk
javascript javascript
mvscript.sh mvscript.sh

0
_deploy/wsl/gitpull.sh Normal file → Executable file
View File

0
_deploy/wsl/os-trog24.04.sh Normal file → Executable file
View File

0
_deploy/wsl/using-pip/requirements-keep.txt Normal file → Executable file
View File

0
_deploy/wsl/using-pip/requirements-p12d5.txt Normal file → Executable file
View File

0
_deploy/wsl/using-pip/requirements-p9d4.txt Normal file → Executable file
View File

0
_deploy/wsl/using-pip/venv-trog-d5.sh Normal file → Executable file
View File

0
_deploy/xubuntu/os-trog.sh Normal file → Executable file
View File

0
_deploy/xubuntu/venv-trog-d5.sh Normal file → Executable file
View File

0
pre-push.sh Normal file → Executable file
View File

0
pre-run.sh Normal file → Executable file
View File