41 lines
410 B
Plaintext
41 lines
410 B
Plaintext
|
|
.git
|
||
|
|
.gitignore
|
||
|
|
.claude
|
||
|
|
.cursor
|
||
|
|
**/__pycache__
|
||
|
|
**/*.pyc
|
||
|
|
**/.pytest_cache
|
||
|
|
**/.mypy_cache
|
||
|
|
**/.ruff_cache
|
||
|
|
.coverage
|
||
|
|
htmlcov/
|
||
|
|
|
||
|
|
frontend/node_modules
|
||
|
|
frontend-v2/node_modules
|
||
|
|
frontend/dist
|
||
|
|
node_modules
|
||
|
|
.venv
|
||
|
|
.venv-*
|
||
|
|
venv
|
||
|
|
.pytest_cache
|
||
|
|
.ruff_cache
|
||
|
|
.playwright-mcp
|
||
|
|
2025.2
|
||
|
|
=2025.2
|
||
|
|
*.bak-
|
||
|
|
|
||
|
|
.env
|
||
|
|
docker/.env
|
||
|
|
docker/runtime
|
||
|
|
tmp/
|
||
|
|
|
||
|
|
tests/
|
||
|
|
docs/
|
||
|
|
standards/
|
||
|
|
*.md
|
||
|
|
!docker/README.md
|
||
|
|
|
||
|
|
web/uploads
|
||
|
|
backups/
|
||
|
|
deploy/gate_log.jsonl
|