Files
swingmusic-extended/.gitignore
T
cwilvx b40f05cc7c implement CLI password recovery (hacky :omg:)
+ rewrite migrations logic
+ rename encode_password to hash_password
+ update image sizes (add medium size)
+ rename image endpoints
2024-05-11 21:26:03 +03:00

34 lines
298 B
Plaintext

# local env files
.env.local
.env.*.local
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
*.spec
# TODO.md
testdata.py
test.py
nohup.out