# 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 Environment
venv/
ENV/
env/
.venv
.env

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


# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Backup files
*.backup
*.bak

# Logs
*.log

# Distribution / packaging
.Python
build/
dist/
site/
*.egg-info/
tmp/

# Cache & Config
.pytest_cache/
.ruff_cache
uv.lock
.logfire

# Specs
references
/pydantic-acp.md
AGENTS.md
SPEC.md

# Sessions
.acp-sessions/
.demo-sessions/

# Temporary
tmp
*.snapshot
*.sh
coverage.json
/acprouter

# Draft Plans
*_feedback.md
*-integration.md
*-improvement.md
*-plan.md
*PLAN.md
direction.md
scripts/openrouter*.py
scripts/check_releases.py
/.finance-agent

# Scripts
connect*.py
expose*.py
CHANGELOG
/.acprouter-state
/.deepagents-graph
/.workspace-graph
