Files
attune/.gitignore
David Culbreth 9af3192d1d
Some checks failed
CI / Rustfmt (push) Successful in 19s
CI / Cargo Audit & Deny (push) Successful in 29s
CI / Web Blocking Checks (push) Successful in 48s
CI / Security Blocking Checks (push) Successful in 8s
CI / Clippy (push) Successful in 2m2s
CI / Web Advisory Checks (push) Successful in 32s
CI / Security Advisory Checks (push) Successful in 35s
CI / Tests (push) Failing after 7m54s
hopefully resolving cargo audit
2026-03-05 14:30:29 -06:00

81 lines
753 B
Plaintext

# Rust
target/
**/*.rs.bk
*.pdb
# Environment files
.env
.env.local
.env.*.local
# Configuration files (keep *.example.yaml)
config.yaml
config.*.yaml
!config.example.yaml
!config.development.yaml
!config.test.yaml
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Database
*.db
*.sqlite
*.sqlite3
# Logs
*.log
logs/
# Build artifacts
dist/
build/
# Testing
coverage/
*.profdata
# Documentation
target/doc/
# Backup files
*.bak
*.backup
# OS specific
Thumbs.db
.DS_Store
# Temporary files
*.tmp
temp/
tmp/
# Python (for reference models)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
# Node (if used for tooling)
node_modules/
tests/pids/*
# Docker
.env
.env.docker
docker-compose.override.yml
*.pid
packs.examples/