Skip to content

Commit

Permalink
Add Python artefacts to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed May 2, 2024
1 parent a35f29a commit efd676c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Rust
target/

# Python
__pycache__/
.pytest_cache/
poetry.lock
.venv/

# JavaScript
node_modules/

Expand Down

0 comments on commit efd676c

Please sign in to comment.