mirror of https://github.com/ospab/ostp.git
41 lines
460 B
Plaintext
41 lines
460 B
Plaintext
/target/
|
|
/target_build/
|
|
/target_linux/
|
|
/dist/
|
|
**/*.rs.bk
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Binaries & libraries
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.pdb
|
|
|
|
# Archives & temp extraction folders
|
|
*.zip
|
|
*_temp/
|
|
*_new/
|
|
|
|
# Local scripts & test artifacts
|
|
test_route.ps1
|
|
|
|
# Config & secrets
|
|
config.json
|
|
wintun.dll
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Dev notes (not for repo)
|
|
.ai-rules.md
|
|
turn-harvesting-idea.md
|
|
|
|
# Private tooling (closed-source)
|
|
ostp-prober/
|
|
ostp-brain/
|
|
ostp-sandbox/
|
|
ostp-control/
|
|
ostp-license/
|