Skip to content

Commit

Permalink
Initial gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Warner <[email protected]>
  • Loading branch information
brianwarner committed Oct 7, 2024
0 parents commit f546dd8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.venv
.DS_Store
temp*
*.pyc
build/
dist/
*.egg-info/
__pycache__
_version.py
.pytest_cache
docsrc/_doctrees

0 comments on commit f546dd8

Please sign in to comment.