# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

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

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

# Testing
.pytest_cache/
.pytest-tmp/
.coverage
htmlcov/
.tox/
.nox/
_tmp_test_ws/
web/.rich-text-tests-*/

# Local runtime state
.pp-agent/
memory/
.tmp-debug/
.tmp-debug*/

# Misc
.DS_Store
Thumbs.db
*.log
importtime_*.txt

# Rust build outputs
rust/target/

# Local MCP tooling
.mcp-tools/
.npm-cache/
node_modules/

memory/
MEMORY.md
AGENTS.md
test.py
