Skip to content

Commit

Permalink
.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed May 29, 2023
1 parent a6d0aee commit 1f77242
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# rust
target/

# python bytecode
*.pyc
__pycache__
Expand All @@ -7,7 +10,9 @@ docs/_build
build/
dist/
*.egg-info/
sure-*.tar.gz
-*.tar.gz
.venv/
/.python-version

# temporary test files and dirs
.coverage
Expand All @@ -17,5 +22,3 @@ sure-*.tar.gz
*.sublime-project
*.sublime-workspace
*.swp
.venv/
/.python-version

0 comments on commit 1f77242

Please sign in to comment.