mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-14 22:25:13 +02:00
Ignore Python virtual environment directories.
Prevents accidental commits of local venv/.venv folders.
This commit is contained in:
parent
8c60ef12a0
commit
137d3ad661
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -13,6 +13,8 @@ __pycache__/
|
|||
|
||||
# Environment & IDE
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue