Files
swingmusic-extended/.gitignore
T
Mungai Njoroge 198957bcae Move server code to this repo (#95)
move server code to this repo
2023-01-13 20:01:52 +03:00

25 lines
230 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
tests
.pytest_cache
# pyinstaller files
dist
build
client