node_modules/
.venv/
dist/
__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

# 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
