- Comprehensive README with product vision - Detailed VISION.md with market strategy and roadmap - ROADMAP.md with development timeline - Project directory structure (backend, frontend, docs, docker, scripts, connectors) - .gitignore configured Grimlock is Vector Zulu's AI-native company operating system - the Jarvis for modern businesses.
70 lines
590 B
Plaintext
70 lines
590 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Node
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
.next/
|
|
out/
|
|
build
|
|
dist
|
|
*.local
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
|
|
# Grimlock specific
|
|
/data/
|
|
/uploads/
|
|
/outputs/
|
|
*.backup
|