tractatus/.gitignore
TheFlow e8c5dc7e2b fix: exclude AL model files from git and deployment
Adds exclusions for al-integration/models/ (28GB Mistral-7B) and venv directories.

Changes:
- Added al-integration/models/ to .gitignore
- Added al-integration/venv/ to .gitignore
- Added both to .rsyncignore for deployment exclusion

Fixes deployment OOM issue caused by attempting to upload 28GB model files.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 06:53:53 +13:00

86 lines
1.2 KiB
Text

# Dependencies
node_modules/
package-lock.json
# Environment variables
.env
.env.local
.env.*.local
# Security / Credentials (inst_072: Defense Layer 1)
*.pem
*.key
*.p12
*.pfx
credentials.json
secrets
secrets.*
*.secret
.secrets/
config/secrets.json
auth.json
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# MongoDB data
data/mongodb/*
!data/mongodb/.gitkeep
# Generated files
public/downloads/*.pdf
public/downloads/*.epub
public/downloads/*.docx
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing
coverage/
.nyc_output/
# Build
dist/
build/
# Temporary files
tmp/
temp/
*.tmp
# Claude session state files (auto-generated, not committed)
.claude/session-state.json
.claude/token-checkpoints.json
SESSION_CLOSEDOWN_*.md
docs/outreach/COMPRESSED-LAUNCH-PLAN-v*.md
docs/outreach/CULTURAL-DNA-*.md
docs/deployments/
# HF Space exploration directories
hf-space-deploy/
hf-spaces/
# Demo virtual environments
demos/*/venv/
# AL integration models (huge LLM files)
al-integration/models/
al-integration/venv/
# Session planning and Discord docs
docs/discord/
docs/plans/MASTER_PLAN_DISCORD_WEBSITE_LAUNCH.md
docs/session-handoffs/
demos/**/venv/