node_modules/
.venv/
dist/
.astro/
__pycache__/
.pytest_cache/
.env
.env.local
.animica/
native/target/
*.egg-info/
.coverage
*.pyc
*.pyo
.DS_Store
*.tsbuildinfo
.liboqs/
.deps/
test_peer_connectivity.py
test_snapshot_peer_count_fix.py
test_snapshot_fix_explanation.py
*.bak.*

# Compute platform specific
packages/*/.venv/
packages/*/venv/
packages/*/__pycache__/
packages/*/.pytest_cache/
packages/*/dist/
packages/*/build/
*.egg-info
.mypy_cache/
.ruff_cache/

# Model cache (top-level only; does not affect animica_studio/models/ Python package)
/models/
model_cache/
*.bin
*.safetensors
*.gguf

# Database
*.db
*.sqlite
*.sqlite3

# Demo and temporary data
tmp/

# Chain data directories
chain-*/
.animica/chain-*/

# Logs
*.log
logs/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
test_mining_gate_fix.py
test_coinbase_encoding.py

# E2E Test Artifacts
cex/tests/e2e/artifacts/*.json
cex/tests/e2e/artifacts/*.md
cex/tests/e2e/artifacts/*.txt
cex/tests/e2e/artifacts/logs-*
cex/tests/e2e/artifacts/proof-*
cex/tests/e2e/artifacts/report-*
cex/tests/e2e/dist/
cex/tests/e2e/node_modules/

native/target/

# chat-animica modal bootstrap artifacts
apps/chat-animica/.venv-modal/
apps/chat-animica/.modal-endpoint

# chat-animica Prisma client (generated; custom output to avoid colliding
# with the launchpad schema's @prisma/client install)
apps/chat-animica/src/generated/

# ENA service data
ena_data/
ena/**/*.db
ena/**/*.log

# large release artifacts
website/public/studio/*.deb
website/public/studio/*.AppImage
website/public/studio/*.tar.gz
website/public/studio/*.zip
website/public/studio/*.dmg
website/public/studio/*.msi# large/generated
dist/
build/
node_modules/
.venv/
*.zip
*.tar.gz
*.pt
*.pth
*.bin
*.safetensors
*.ckpt
*.onnx
*.parquet
*.jsonl
ai/flagship_agent/models/
ai/flagship_agent/runs/
ai/flagship_agent/data/raw/
ai/flagship_agent/data/prepared/
# Animica flagship generated artifacts
ai/flagship_agent/runs/
ai/flagship_agent/models/
ai/flagship_agent/data/raw/
ai/flagship_agent/data/prepared/
ai/flagship_agent/**/*.jsonl
ai/flagship_agent/**/*.idx
# generated flagship artifacts
ai/flagship_agent/runs/
ai/flagship_agent/models/
ai/flagship_agent/data/raw/
ai/flagship_agent/data/prepared/
ai/flagship_agent/**/*.jsonl
ai/flagship_agent/**/*.idx

# Hatchling build hook stages sibling packages into python/_build_vendor/
# at sdist/wheel time. Generated, not source.
python/_build_vendor/

# 2026-05-29: Standalone monorepos that happen to share /root/animica
# as a working directory but are NOT part of animica-core. Each has its
# own pnpm-workspace.yaml + node_modules; vendoring them here would
# bloat the repo by gigabytes for no benefit.
/bridge/
/buy-sol/
/buy.animica.org/
/external/

# Other apps that live alongside but track in separate repos.
/apps/animica-xyz/

# Archived old chat scaffolding kept on disk for reference only.
/apps/chat-animica.archive-*/

# Agent/skill scratch dirs and local-only helpers.
/.agents/
/.claude/
/skills-lock.json
/success.txt
