Skip to content

Commit

Permalink
Added build folder to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-nikolaev committed Jan 11, 2024
1 parent 573049e commit 087d0d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__pycache__

.idea/*
*.egg-info
*.egg-info

build/*

0 comments on commit 087d0d9

Please sign in to comment.