# Compiled binaries *.exe *.exe~ *.dll *.so *.dylib # Go binaries backbeat backbeat-* # Test binary, built with `go test -c` *.test # Output of the go coverage tool *.out coverage.out # Build artifacts target/ dist/ build/ # IDE files .vscode/ .idea/ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs and data *.log logs/ # Temporary files *.tmp *.temp *~ *.bak # Node.js and npm (for any JS/TS components) node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .npm .yarn-integrity package-lock.json.bak # Python virtual environment and bytecode __pycache__/ *.py[cod] *$py.class *.so .venv/ venv/ env/ ENV/ # Environment files .env .env.local .env.development.local .env.test.local .env.production.local # Runtime files *.pid *.pid.lock # Coverage and testing coverage/ .nyc_output/ .jest/ .pytest_cache/ # Development artifacts archived/ old-docs/