mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-18 15:04:20 +01:00
Merge pull request #5 from mathd/virtual_env
add virtual environment support to .gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -19,6 +19,10 @@ __pycache__/
|
||||
.env.test
|
||||
.env.production
|
||||
|
||||
# Python virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# IDE - VSCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
|
||||
Reference in New Issue
Block a user