# Python byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
eggs/
wheels/
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

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

# Linting
.ruff_cache/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# OS files
.DS_Store
Thumbs.db
Desktop.ini

# Environment variables
.env
.env.local
.env.*.local

# SQLite databases (user data, not committed)
*.db
*.sqlite
*.sqlite3

# MemoryMesh project-local data directory
.memorymesh/

# Claude Code agent state
.claude/

# Node (in case of any JS tooling)
node_modules/

# Jupyter
.ipynb_checkpoints/

# MkDocs site output
site/

# Internal working folders (not for public repo)
archive/publicity/
archive/critique/
archive/vision/
archive/feedback/

# AI agent instruction files (local only)
GEMINI.md
AGENTS.md

# Build artifacts
*.so
*.dylib
*.dll
.mcpregistry_github_token
.mcpregistry_registry_token
.smithery/
