# Rust
/target/
**/*.rs.bk
**/*.bak
*.pdb
Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Config (may contain secrets)
.runctl.toml
*.toml.local
*.env
.env.local
.env.*.local

# Credentials and keys
*.pem
*.key
*.p12
*.pfx
*.credential
*.secret
credentials
aws-credentials
.aws/credentials
.aws/config

# Logs
*.log
logs/

# Checkpoints (large files)
checkpoints/
*.ckpt
*.pth
*.pt

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/

# Test artifacts
test-results/
coverage/
*.proptest-regressions

# User-specific directories (not part of core project)
experiments/
extras/
training/
utils/

# Python tooling
pyproject.toml
uv.lock

# Temporary review files
PROJECT_STATUS_REVIEW.md
TEST_COVERAGE_SUMMARY.md
CODE_REVIEW.md

# Training artifacts
training_complete.txt
