Files
oak-gpui/.gitignore
T
iamnbutler db1eebf143 Clean up nextest, gitattributes, and gitignore
- Remove Zed-specific test group overrides from nextest.toml
- Remove Zed WSL script line ending rule from gitattributes
- Simplify gitignore to generic development patterns
2025-12-12 14:32:22 -05:00

34 lines
300 B
Plaintext

# Build artifacts
**/target
**/cargo-target
*.wasm
# IDE and editor
.DS_Store
.idea
.vscode
*.xcodeproj
*.xcworkspace
DerivedData/
xcuserdata/
# Python
**/venv
.venv
*.pyc
.pytest_cache
# Nix
**/.direnv
.envrc
/result
# Environment and secrets
.env
.env.secret.toml
.netrc
# Misc
**/*.db
.build