Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Jan 26, 2025
1 parent 771fa1e commit 3b3ce67
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
*~
*.egg-info
*.pyc
__pycache__
.python-version
.mypy_cache/
.ruff_cache/
env/
.env/
venv/
.venv/
.DS_Store
.vs/
.vscode/
worker/api.log*
worker/fish.exit
worker/fishtest.cfg
worker/_testing_*
worker/testing
worker/worker.lock
worker/_testing_*/
worker/testing/
worker/*worker.lock

0 comments on commit 3b3ce67

Please sign in to comment.