# Python bytecode
__pycache__/
*.pyc

# Virtual environments
.venv/
.venv-*/

# Environment variables
.env

# OS files
.DS_Store

# Editor settings
.vscode/
.claude/
CLAUDE.md
backup.sh

# VSCode extension (has its own build artifacts / node_modules)
vscode-amonhen/

# Large / Box-synced plan docs (track manually when needed)
docs/AmonHen_VSCode_Extension_Project_Plan.md
docs/AmonHen_iOS_App_Project_Plan.pdf
docs/ios-app-project-plan.md
docs/Amon Hen - Delivery Mechanisms.md
docs/AmonHen-Brand-System-v1.md
docs/AmonHen-NDA-and-IP-Assignment-Agreement.md
docs/architecture/amonhen-db-flow.html

# SQLite databases
*.db

# Large PDF audit reports
docs/AmonHen_Enterprise_Readiness_Audit_*.pdf

# Uploaded documents (local filesystem storage)
document_storage/
!document_storage/.gitkeep

# iOS app – source tracked; build artifacts excluded by ios/.gitignore

# UI image assets not yet committed
src/amonhen/ui/Images/amonhen_128x128.png

# Local MCP server config
.mcp.json
mcp-server-amonhen/
