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

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
# Ignore CSV files in the data directory and all its subdirectories
data/**/*.csv
.venv/
*.pyc
*.pyc
*.egg-info/