# Research notes and project instructions (private)
stm-server-research.md
CLAUDE.md
GEMINI.md
AGENTS.md
docs/marketing.md
docs/marketing-checklist.md
marketing/
.claude/
.gemini/
.codex/
research/

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

# Virtual Environments
venv/
env/
ENV/
env.bak/
venv.bak/
.venv/

# IDEs
# VSCode - allow shared project configs, ignore personal settings
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
!.vscode/launch.json
!.vscode/tasks.json
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Environment files (IMPORTANT: don't commit secrets!)
.env
.env.local
.env.*.local

# STM Server Data
*.db
*.db-shm
*.db-wal
.stm/
stm-server/.stm/

# JSONL storage (user data)
*.jsonl
!.gitkeep

# Git backup
.git/

# Logs
*.log
logs/

# Temporary files
*.tmp
*.bak
*.swp
.DS_Store
Thumbs.db

# Build artifacts
*.whl
*.tar.gz

# Documentation builds
docs/_build/
docs/.doctrees/

# Jupyter Notebook
.ipynb_checkpoints

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Linux
*~
.directory

# Sensitive files
.mcpregistry_github_token
.mcpregistry_registry_token
claude.json

# Cloned repos
awesome-mcp-servers-mnemex/
