# Python build artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
*.whl
*.tar.gz
MANIFEST

# Virtual environments
.venv/
venv/
env/
.env

# Test & coverage
.hypothesis/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# IDE & editor
.vscode/
.idea/
*.swp
*.swo
*~

# Local dev state
.synth/
.bedrock_agentcore/
*.log

# UI server local state (runtime-generated, never commit)
synth/cli/_ui_assets/conversations.json
synth/cli/_ui_assets/conversation_agents.json
synth/cli/_ui_assets/prompts.json
synth/cli/_ui_assets/evals.json
synth/cli/_ui_assets/scenarios.json

# CDK build artifacts
synth-ui-deploy/cdk.out/
synth-ui-deploy/cdk.out.*/
synth-ui-deploy/.venv/
synth-ui-deploy/team-configs/

# Secrets & credentials
.env
*.env
.aws/

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Type checking
.mypy_cache/
.dmypy.json
.pytype/

# Docs build
docs/_build/
site/
