mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
chore: add venv to .gitignore
Add all environment related things, copy from https://github.com/github/gitignore/blob/main/Python.gitignore
This commit is contained in:
parent
f491f3dea8
commit
128b5c6e25
1 changed files with 8 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -16,4 +16,11 @@ docs/_build
|
|||
test.db
|
||||
.eggs
|
||||
pip-wheel-metadata
|
||||
.vscode/
|
||||
.vscode/
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
|
|
|||
Loading…
Reference in a new issue