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