geo/.gitignore

58 lines
628 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Node
node_modules/
frontend/node_modules/
frontend/.next/
frontend/out/
# Python
__pycache__/
*.pyc
*.pyo
backend/venv/
backend/.venv/
*.egg-info/
# Environment
.env
backend/.env
frontend/.env.local
# 不忽略 .env.example供新成员参考
!.env.example
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Database
*.db
*.sqlite3
# Logs
*.log
# Docker
postgres_data/
redis_data/
# Cache
.npm-cache/
.pytest_cache/
tsconfig.tsbuildinfo
# Test artifacts
frontend/test-results/
frontend/playwright-report/
# Temp debug files
login_headers.txt
login_resp.json
test_login.js
test_login2.js
testfile2.txt