2026-04-11 13:00:04 +08:00
|
|
|
# Build artifacts
|
2025-12-10 20:52:44 +08:00
|
|
|
build/
|
2026-05-15 03:17:14 +08:00
|
|
|
target/
|
2026-04-11 13:00:04 +08:00
|
|
|
*.so
|
2025-12-10 20:52:44 +08:00
|
|
|
*.egg
|
2026-04-11 13:00:04 +08:00
|
|
|
*.egg-info/
|
2025-12-10 20:52:44 +08:00
|
|
|
|
|
|
|
|
# Frontend
|
|
|
|
|
frontend/node_modules/
|
2026-05-15 03:17:14 +08:00
|
|
|
frontend/dist/
|
2025-12-10 20:52:44 +08:00
|
|
|
frontend/.vite/
|
|
|
|
|
|
|
|
|
|
# Development
|
|
|
|
|
.git/
|
|
|
|
|
.gitignore
|
|
|
|
|
.github/
|
|
|
|
|
.env
|
|
|
|
|
.env.*
|
|
|
|
|
!.env.example
|
|
|
|
|
|
|
|
|
|
# IDE
|
|
|
|
|
.vscode/
|
|
|
|
|
.idea/
|
|
|
|
|
*.swp
|
|
|
|
|
*.swo
|
|
|
|
|
*~
|
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
|
.pytest_cache/
|
|
|
|
|
.coverage
|
|
|
|
|
htmlcov/
|
|
|
|
|
.tox/
|
|
|
|
|
.mypy_cache/
|
|
|
|
|
.ruff_cache/
|
|
|
|
|
|
|
|
|
|
# Logs
|
|
|
|
|
logs/
|
|
|
|
|
*.log
|
|
|
|
|
|
|
|
|
|
# Database
|
|
|
|
|
*.db
|
|
|
|
|
*.sqlite
|
|
|
|
|
*.sqlite3
|
|
|
|
|
data/
|
|
|
|
|
|
|
|
|
|
# Docker
|
|
|
|
|
docker-compose.override.yml
|
|
|
|
|
Dockerfile.*
|
|
|
|
|
|
|
|
|
|
# Deployment
|
|
|
|
|
deploy/
|
2026-04-11 13:00:04 +08:00
|
|
|
scripts/
|