Files
CheckInApp/.gitignore
T
8a12744 d4d6f87730 refactor(structure): reorganize app layout
BREAKING CHANGE: root backend/frontend directories and old run/manage entrypoints were removed. Use apps/backend, apps/frontend, and python main.py commands instead.
2026-05-03 16:43:11 +08:00

60 lines
598 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
ENV/
# 项目特定
chromedriver
chromedriver.exe
chrome-linux64/
chrome-win64/
debug_page_source.html
debug_screenshot.png
# 运行时文件
sessions/
*.lock
*.log
*.pid
backend.pid
frontend.pid
# 数据库
data/
# 配置文件
.env
config.ini
# 日志
logs/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统
.DS_Store
Thumbs.db
# 前端
apps/frontend/node_modules/
apps/frontend/dist/
apps/frontend/.vite/
apps/new-frontend/node_modules/
apps/new-frontend/dist/
apps/new-frontend/.vite/
.claude
.codex
openspec