# Build / packaging
dist/
build/
*.egg-info/

# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.benchmarks/
.coverage
.mypy_cache/
.ruff_cache/

# Virtual envs
.venv/
venv/
env/

# Index artifact (project-local)
.promptify/
.dca/

# Internal — outreach playbook, design-partner tracking, never push public
OUTREACH.md
PARTNERS.md
.private/

# OS / editor
.DS_Store
.idea/
.vscode/
*.swp
