39 lines
412 B
Plaintext
39 lines
412 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
container-logs/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Runtime data
|
|
db/
|
|
pgdata/
|
|
assets/
|
|
data/
|
|
tmp/
|
|
|
|
# OpenProject / Gitea persistent data
|
|
infra/openproject/pgdata/
|
|
infra/openproject/assets/
|
|
infra/gitea/data/
|
|
|
|
# Flask runtime
|
|
app/flask-postgres/files/uploads/
|
|
app/flask-postgres/files/runtime/
|
|
|
|
# Synology
|
|
@eaDir/ |