chore: add .gitignore (was only on dev)
All checks were successful
Deploy Bot on NAS / deploy (push) Successful in 23s
All checks were successful
Deploy Bot on NAS / deploy (push) Successful in 23s
This commit is contained in:
parent
49ffd17528
commit
0cc1a4139d
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.env
|
||||
data/
|
||||
screenshots/
|
||||
logs/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.db
|
||||
Loading…
Reference in a new issue