mirror of
https://github.com/Cccc-owo/CheckInApp.git
synced 2026-06-17 05:56:29 +00:00
56 lines
501 B
Plaintext
56 lines
501 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
|
|
|
|
# 前端
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/.vite/
|
|
|
|
.claude
|
|
.codex
|
|
openspec |