Files
swingmusic-extended/.gitignore
T
cwilvx ebc740a5a5 refactor Paths and update build workflow
+ rename app_dir -> config_dir and config_dir to config_parent
+ bundle web client as zip
+ bundle and extract client zip when running pyinstaller builds
+ installer pyinstaller as main dependency
+ remove fallback client flag
+ handle already used port
+ add assethandler class
+ remove some startup logs
+ ignore wheels and client.zip files
2025-08-28 16:38:49 +03:00

42 lines
354 B
Plaintext

# local env files
.env.local
.env.*.local
venv
.venv
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
__pycache__
.hypothesis
sqllib.py
encoderx.py
.pytest_cache
# pyinstaller files
dist
build
client
.gitignore
logs.txt
# TODO.md
testdata.py
test.py
nohup.out
*s.json
.DS_Store
*.egg-info
/wheels/
client.zip
*.whl