# Compiled binaries *.exe *.exe~ *.dll *.so *.dylib # Go binaries bubble bubble-* # 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 # Environment files .env .env.local .env.development.local .env.test.local .env.production.local # Runtime files *.pid *.pid.lock # Coverage and testing coverage/ .pytest_cache/ # Development artifacts archived/ old-docs/