58 lines
547 B
Plaintext
58 lines
547 B
Plaintext
# AIDER
|
|
.aider*
|
|
.qwen/
|
|
.qwenignore
|
|
|
|
# Build artifacts
|
|
dist/
|
|
build/
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.o
|
|
|
|
# Go
|
|
*.test
|
|
*.out
|
|
coverage.out
|
|
coverage.html
|
|
go.work
|
|
go.work.sum
|
|
|
|
# Docker
|
|
*.dockerfile.local
|
|
docker-compose.override.yml
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Local config (copie de config.yml.example)
|
|
config.yml
|
|
|
|
# Runtime artifacts
|
|
*.pid
|
|
*.sock
|
|
|
|
# Integration test artifacts
|
|
test-results/
|
|
|
|
# Test artifacts
|
|
packaging/test/*.deb
|
|
packaging/test/*.rpm
|
|
|
|
# Binary
|
|
ja4sentinel
|
|
ja4sentinel-linux-amd64
|