Files
grimlock/.gitignore
JA ee273be9c5 Initial commit: Grimlock project structure and vision
- 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.
2026-02-12 21:08:01 +00:00

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