Skip to content

Commit

Permalink
Add .gitignore file to exclude environment and editor files
Browse files Browse the repository at this point in the history
  • Loading branch information
Wambaforestin committed Nov 24, 2024
1 parent 7195295 commit d162feb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Personal_Finance_Tracker/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Editors
.vscode/
.idea/

__pycache__/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

0 comments on commit d162feb

Please sign in to comment.