Cybersecurity-Projects/PROJECTS/beginner/canary-token-generator/backend/.gitignore

41 lines
298 B
Plaintext

# ©AngelaMos | 2026
# .gitignore
# Binaries
bin/
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test
*.test
coverage.out
coverage.html
# Build
tmp/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Vendor (if using)
vendor/
# Debug
__debug_bin*