fix(.gitignore): add rule to ignore egg-info directories and ensure proper formatting
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
data/**/*.csv
|
data/**/*.csv
|
||||||
.venv/
|
.venv/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
*.egg-info/
|
||||||
Reference in New Issue
Block a user