ai-agent/.gitignore
2026-03-08 15:40:34 +07:00

33 lines
215 B
Plaintext

# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
ai-agent
# Vector embeddings
.vecgrep/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Temporary files
tmp/
temp/
*.tmp