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

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

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

# OS
.DS_Store
Thumbs.db

# Local config
.env
.env.local
config.local.json

# Cost log data (local testing only — never commit real cost-log JSONL files;
# they may contain agent_id, skill_id, or metadata fields with PII)
test-data/
cost-logs/
*.jsonl
!tests/**/*.jsonl
