# Binaries *.exe *.dll *.so *.dylib /main /server # Test binary, built with go test -c *.test # Output of the go coverage tool *.out # Go workspace file go.work # Environment files .env .env.local .env.development .env.production .env.prod .env.test # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Application data /data/ /local_dev_data/ /test_db_data/ # Logs *.log # Temporary files *.tmp *.temp # Build artifacts /validate-lexicon /bin/ # Go build cache .cache/