fix(.gitignore): add rule to ignore egg-info directories and ensure proper formatting

This commit is contained in:
nuluh
2025-04-24 10:21:28 +07:00
parent eb62c7e614
commit 8a166e8b11

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
data/**/*.csv data/**/*.csv
.venv/ .venv/
*.pyc *.pyc
*.egg-info/