Skip to content

Commit

Permalink
Updated gitignore with pdm stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ManiMozaffar committed Apr 28, 2024
1 parent 0519879 commit 1c3d6cb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,11 @@ __pycache__/
/frontend-dist/
/scratch/
/packages-dist/
/.coverage
.coverage
/users.db

# pdm
.pdm.toml
.pdm-python
.pdm-build/
__pypackages__/

0 comments on commit 1c3d6cb

Please sign in to comment.