Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
John-peterson-coinbase committed Sep 18, 2024
1 parent f5e55b8 commit cbfb46d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
.DS_Store

.python-version

**/__pycache__/

.pytest_cache

.ruff_cache

venv/
.venv/

env/
.env/
.env.local/
.env.test/

*~
\#*\#
.\#*
.projectile

0 comments on commit cbfb46d

Please sign in to comment.