Skip to content

Commit

Permalink
Clean up the ".gitignore" file
Browse files Browse the repository at this point in the history
Now it ignores all "__pycache__" folders and the "build/" and the
"dist/" folder generated when building the distribution.
  • Loading branch information
gnn committed Jan 15, 2023
1 parent 39ae06b commit df9d370
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
etrago/cluster/__pycache__/networkclustering.cpython-36.pyc
-eTraGo.egg-info/*
-src/*
**/__pycache__/*
build/*
dist/*
eTraGo.egg-info/*

0 comments on commit df9d370

Please sign in to comment.