mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-02 17:30:18 +00:00
34 lines
292 B
Plaintext
34 lines
292 B
Plaintext
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
|
|
# 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
|
|
*.spec
|
|
|
|
TODO.md
|
|
testdata.py
|
|
test.py
|
|
nohup.out
|