mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 14:06:28 +00:00
48 lines
485 B
Plaintext
48 lines
485 B
Plaintext
.git
|
|
.gitignore
|
|
.dockerignore
|
|
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
|
|
apps/frontend/node_modules/
|
|
apps/frontend/dist/
|
|
apps/frontend/.vite/
|
|
|
|
data/
|
|
sessions/
|
|
logs/
|
|
*.log
|
|
*.pid
|
|
*.lock
|
|
!uv.lock
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!deploy/compose.env.example
|
|
|
|
debug_page_source.html
|
|
debug_screenshot.png
|
|
chrome-linux64/
|
|
chrome-win64/
|
|
chromedriver
|
|
chromedriver.exe
|
|
|
|
.playwright-cli/
|
|
output/
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.claude/
|
|
.codex/
|
|
openspec/
|