20 lines
170 B
Plaintext
20 lines
170 B
Plaintext
.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
|