fastapi_test / .gitignore
André Fernandes
renamed secrets file (to be replaced later by env variables)
1838cc0
raw
history blame
124 Bytes
# Ignore virtual environment folder
.venv/
# Ignore authentication key file
secrets.txt
# Ignore all cache
**/__pycache__/