34 lines
296 B
Text
34 lines
296 B
Text
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.dockerignore
|
||
|
|
Dockerfile
|
||
|
|
|
||
|
|
__pycache__
|
||
|
|
*.py[cod]
|
||
|
|
.venv
|
||
|
|
.pytest_cache
|
||
|
|
.ruff_cache
|
||
|
|
.mypy_cache
|
||
|
|
.coverage
|
||
|
|
htmlcov
|
||
|
|
|
||
|
|
node_modules
|
||
|
|
static/dist
|
||
|
|
staticfiles
|
||
|
|
media
|
||
|
|
|
||
|
|
*.log
|
||
|
|
*.sqlite3
|
||
|
|
.issue-facade
|
||
|
|
|
||
|
|
.env
|
||
|
|
.env.*
|
||
|
|
docker-compose*.yml
|
||
|
|
|
||
|
|
.claude
|
||
|
|
.custodian-brief.md
|
||
|
|
workplans
|
||
|
|
wiki
|
||
|
|
LICENSE
|
||
|
|
README.md
|