# Git and version control
.git
.gitignore
.github/

# GitHub-specific files
CODE_OF_CONDUCT.md
CONTRIBUTING.md
.github/
SECURITY.md

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
env/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Documentation (keep README for Docker Hub description)
docs/
DOCKER.md
DOCKER_PUBLISH.md
memory_journal_v*.md

# Data directory (will be mounted as volume)
data/

# Temporary files
temp/
tmp/
*.tmp
*.temp

# Logs
*.log
logs/

# Database files (runtime only)
*.db
*.db-shm
*.db-wal

# Development files
docker-compose.yml
mcp-config-example.json
tools.json

# CI/CD files
.github/workflows/
dependabot.yml

# Security files
trivy-results.sarif
*.pem
*.key
.env
.env.*
