chore: update .gitignore to exclude temporary build files

- Add agent and server binaries to .gitignore
- Remove temporary build artifacts from repository
This commit is contained in:
Ducky SSH User
2025-12-20 08:09:17 +00:00
parent 8cb33dbc90
commit cc26726ddf

4
.gitignore vendored
View File

@@ -31,3 +31,7 @@ Thumbs.db
# Local configuration # Local configuration
config.local.yaml config.local.yaml
.env.*.local .env.*.local
# Temporary build files
agent
server