Files
RuDS/.gitignore
2026-04-05 12:47:58 +02:00

33 lines
319 B
Plaintext

# Rust
/target/
**/*.rs.bk
*.pdb
# Build artifacts
*.d
*.o
*.so
*.dylib
*.dll
*.a
*.lib
# Cargo.lock for binaries (keep it committed for applications)
# Uncomment if this is a library:
# Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Test artifacts
crates/bds-core/projects/
# Environment
.env
.env.*