# Python byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyo

# Distribution / packaging
*.egg
*.egg-info/
.eggs/
dist/
build/
wheels/
sdist/
MANIFEST

# Virtual environments
venv/
.venv/
env/
ENV/
env.bak/
venv.bak/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
nosetests.xml
coverage.xml
*.cover

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Database (local)
*.db

# Config (local secrets)
config.toml

# Hatch / build artifacts
.hatch/
output/
my-first-run/
input-sprint-*.json
input-intent-*.json

# Frontend
frontend/node_modules/
frontend/.next/
frontend/out/
frontend/test-results/
frontend/playwright-report/
frontend/playwright/.cache/
.claude/
.orch-daemon.log

# Pipeline run artifacts
.orchemist/runs/
pipeline-emulation/
.env
