# Rust
target/
*.swp
*.swo

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.iml
.fleet/

# OS
.DS_Store
Thumbs.db
*.swp
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.tox/

# LaTeX build artifacts
*.aux
*.bbl
*.blg
*.log
*.out
*.toc
*.fls
*.fdb_latexmk
*.synctex.gz

# Planning docs / AI prompts (internal only)
planning-docs/
CLAUDE-CODE-INSTRUCTIONS*.md
SPEC-*.md

# Internal vision / roadmap documents
docs/VISION-*.md

# MCP crate internal docs / specs / AI prompts
crates/agentic-evolve-mcp/docs/
crates/agentic-evolve-mcp/scripts/

# Internal / not for public repo
CLAUDE.md
sister.manifest.json

# Claude Code
.claude/
.agentra/
docs/REPO_HYGIENE.md

# Root-level paper files (canonical copies are in paper/)
/agenticevolve-paper.*
/references.bib

# FFI (build artifacts)
/ffi/

# Scripts (internal tooling)
/agent/scripts/
/installer/scripts/

# Internal docs (not for public repo)
docs/internal/
ECOSYSTEM-CONVENTIONS.md

# Local goals (internal only)
goals/

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