20 lines
209 B
Text
20 lines
209 B
Text
.git
|
|
.forgejo
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
frontend/node_modules
|
|
frontend/dist
|
|
|
|
**/__pycache__
|
|
**/*.py[cod]
|
|
**/.pytest_cache
|
|
**/.mypy_cache
|
|
**/.ruff_cache
|
|
**/*.egg-info
|
|
|
|
*.sqlite
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
*.log
|