chore: improve .gitignore with build artifacts and venv patterns
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.egg
|
||||
dist/
|
||||
build/
|
||||
data/
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user