Skip to content

Commit

Permalink
[brief] Add a few more folders to gitignore.
Browse files Browse the repository at this point in the history
[detailed]
- Now that we're using Ruff and pytest, make sure their corresponding
  folders get ignored.
  • Loading branch information
marovira committed Mar 24, 2024
1 parent f9f2ed2 commit 5a4a4f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Virtual envs.
venv/
.venv/

# Distribution/packaging
build/
*.egg-info/

__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/

0 comments on commit 5a4a4f6

Please sign in to comment.