first commit
This commit is contained in:
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
.venv/
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.DS_Store
|
||||
|
||||
data/
|
||||
instance/
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
.env
|
||||
.env.local
|
||||
.env.push.local
|
||||
.cloudron-push.env
|
||||
Reference in New Issue
Block a user