# Secrets
.env
.env.*

# Python
__pycache__/
*.pyc
*.pyo
.ruff_cache/
.pytest_cache/
*.egg-info/
.venv/
uv.lock
.coverage

# TypeScript
node_modules/
*.tsbuildinfo
coverage/

# Build output
dist/
build/

# IDE / OS
.DS_Store
.claude/
.firecrawl/

# Project-specific
python/tests/integration/outputs/
docs/specs/
