hku-class-hub/.gitignore
2026-04-11 12:52:23 +08:00

42 lines
385 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
.venv/
venv/
env/
# Backend
backend/.env
backend/*.db
# Node
frontend/node_modules/
frontend/.next/
frontend/out/
# Frontend env
frontend/.env
frontend/.env.local
frontend/.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# TypeScript build cache
frontend/tsconfig.tsbuildinfo
# Logs
*.log