Update .gitignore
This commit is contained in:
parent
49c5daf228
commit
9eb5429455
13
app/.gitignore
vendored
13
app/.gitignore
vendored
@ -1,8 +1,11 @@
|
|||||||
.ssh/
|
.ssh
|
||||||
**/__pycache__
|
.venv
|
||||||
*.pyc
|
|
||||||
venv/
|
|
||||||
env/
|
|
||||||
.beaker/data/*
|
.beaker/data/*
|
||||||
!.beaker/data/.noremove
|
!.beaker/data/.noremove
|
||||||
|
|
||||||
|
**/__pycache__
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
nohup.out
|
nohup.out
|
||||||
|
Loading…
Reference in New Issue
Block a user