Files
FlexibleTestPlatform/.gitignore
2026-02-05 16:25:52 +08:00

64 lines
756 B
Plaintext

# General
.DS_Store
Thumbs.db
*.log
.vscode/
.idea/
*.swp
# Python / Backend
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
backend/venv/
backend/env/
venv/
env/
ENV/
.pytest_cache/
.coverage
htmlcov/
# Node.js / Frontend
node_modules/
frontend/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Frontend Build / Vite / Electron
frontend/dist/
frontend/build/
frontend/out/
frontend/.vite/
frontend/coverage/
# Environment Variables (Frontend)
frontend/.env.local
frontend/.env.development.local
frontend/.env.test.local
frontend/.env.production.local
# Docker
.docker/