# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Pytest / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checkers / linters
.mypy_cache/
.ruff_cache/

# PIA runtime files
~/.pia/

# IDE
.idea/
.vscode/
*.iml

# macOS
.DS_Store

# Secrets — never commit these
.env
*.pem
*.key

# Private documents — kept locally, never committed
PRODUCT-INTELLIGENCE-AGENT.md
PUBLICATION-PLAN.md
ACP-REGISTRY-SUBMISSION.md

# Claude Code local settings (CLAUDE.md in repo root is intentional; .claude/ dir is not)
.claude/
