Files
oak-gpui/.gitignore
T

37 lines
313 B
Plaintext

# Build artifacts
**/target
**/cargo-target
*.wasm
# IDE and editor
.DS_Store
.idea
.vscode
.zed
*.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
/build