# gitignore for the metachan project ### Go ### # Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Test binary, build with `go test -c` *.test # Output of the go coverage tool, specifically when used with LiteIDE *.out # Vendor directory (for Go modules) # vendor/ # Go workspace file go.work # Binary build artifacts bin/ # Temporary cache and log files *.tmp *.temp *.cache *.log # IDE specific files .vscode/ .idea/ *.iml # OS specific files .DS_Store Thumbs.db # Backup files *~ *.bak *.orig *.swp # Environment files .env # SQLite database files *.db *.sqlite *.sqlite3 # Generated documentation (built by CI) public/