[Backend] Project Setup - FastAPI Structure and Dependencies #13
Reference in New Issue
Block a user
Delete Branch "fix/issue-2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Related Issue
Fixes #2
Notes
can you remove files and folders that listed in .gitignore but somehow still being commited and pushed?
Fixed! Removed the pycache directories and .env file from git tracking. They were accidentally committed despite being in .gitignore.
lgtm