update gitignore
This commit is contained in:
parent
e1710378b7
commit
f4ff1f496b
1 changed files with 14 additions and 1 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -2,4 +2,17 @@
|
||||||
/_pycache/
|
/_pycache/
|
||||||
hecate/
|
hecate/
|
||||||
hecate-lib/
|
hecate-lib/
|
||||||
*.pyc*
|
*.pyc*
|
||||||
|
__pycache__/
|
||||||
|
.venv/
|
||||||
|
.vscode/
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
.env.development
|
||||||
|
.env.test
|
||||||
|
export*
|
||||||
|
__pycache__/model_tools.cpython-310.pyc
|
||||||
|
__pycache__/web_tools.cpython-310.pyc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue