All checks were successful
Backend CI / unit-test (push) Successful in 34s
* api calls for auth * exchange now bind to user
19 lines
172 B
Plaintext
19 lines
172 B
Plaintext
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
|
|
.pytest_cache/
|
|
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
devsettings.yaml |