# Environment files
.env
.env.*
.envrc
*.seal

# Secrets and tokens
*.key
*.pem
*_PRIVATE*
*_SECRET*
*token*
*TOKEN*

# Temporary files
*.tmp
*.log
*.swp
*.swo
*~
.DS_Store

# IDE
.vscode/
.idea/
*.iml

# Node
node_modules/
npm-debug.log
package-lock.json

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/

# Coordination tmp
/tmp/
/acp-environment/tmp/

# Test artifacts
*.test
test-*.json


# Added by cargo

/target

# Dev infrastructure (belongs in coordination repo, not product repos)
acp-relay/
queue/
guard_ingest/target/
# Note: guard_ingest/Cargo.lock SHOULD be committed for reproducible builds
