# OS / editor
.DS_Store
Thumbs.db
*.swp

# python
__pycache__/
*.pyc
.venv/
venv/
.pytest_cache/

# node
node_modules/

# local agent/editor tooling
.claude/

# never commit secrets
*.pem
*.key
id_ed25519*
*_ci
*_deploy
.env

# droplet ssh key (never commit)
.ssh-droplet/

# local stripe secrets staging (never commit)
secrets-stripe/
