barycenter/.dockerignore

46 lines
375 B
Text
Raw Permalink Normal View History

# Git
.git/
.gitignore
.github/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Rust
target/
# Note: Cargo.lock is needed for reproducible builds
# Build artifacts
*.db
*.db-shm
*.db-wal
# Data directories
data/
crabidp.db
# Documentation
README.md
CONTRIBUTING.md
CLAUDE.md
docs/
# Tests
tests/
# CI/CD
.github/
# Config
.config/
.claude/
# Temporary files
tmp/
*.tmp
*.log