# Rust
/target/
**/*.rs.bk
Cargo.lock

# Python
__pycache__/
*.py[cod]
*$py.class
*.pyd
*.so
*.egg-info/
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Aura data files
*.aura
*.aura.enc
*.aura.bak
*.aura.wal

# Environment / secrets
.env
.env.local
*.key
*.pem

# Test artifacts
test_data/
test_brain/
tmp/
memory_data/

# Build artifacts (standalone binaries)
aura-server-bin/

# Runtime brain data
aura_brain/

# Architecture diagram + roadmap (internal)
ARCHITECTURE.md
ROADMAP.md

# Internal docs (not for public)
SPEC.md
docs/
design/
research/
notes/
private/
internal/
architecture/
roadmap/
RFC*
*.draft.md
*_internal.md
*_private.md
*_notes.md
LAUNCH.md
COMMERCIAL_NOTES.md
COGNITIVE_ROADMAP.md
V2_POSITIONING.md
V5_ROADMAP.md
COMMERCIAL.md
MONETIZATION.md
RELEASE_PROTOCOL_PRIVATE.md
POSITIONING_PRIVATE.md
plans/
reports/
tests/

# Marketing materials (strategy — not public)
marketing/


# CI smoke brain data
ci_smoke_brain/

# Claude Code local config
.claude/
