# --- Vendored SIA (Self Improving Agents) tooling — not part of this project. ---
# What SIA *generates* (AGENT.md, docs/specs/, docs/plans/, logs/sessions/)
# is real project history and IS committed. Only the vendored package is ignored.
/sia/

# --- Credentials: never commit. ---
.env
.env.*
!.env.example
*.pem
.awsup/keys/

# --- awsup runtime state (a record of real AWS resources, not intent). ---
.awsup/state.json

# --- Python ---
__pycache__/
*.pyc
.venv/
venv/
.pytest_cache/
*.egg-info/
dist/
build/
/.venv/
