Skip to content

Commit

Permalink
add build folder to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubermagal committed Nov 12, 2024
1 parent 733a5ea commit 480f014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
venv/
evilurl.egg-info/
dist/
build/
.eggs/
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
*.so

0 comments on commit 480f014

Please sign in to comment.