Files
BACKBEAT/.gitignore
anthonyrawlins 627d15b3f7 Updated project files and configuration
- Added/updated .gitignore file
- Fixed remote URL configuration
- Updated project structure and files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 22:48:24 +10:00

85 lines
920 B
Plaintext

# 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/