Files
2026-08-31 15:08:33 -03:00

21 lines
218 B
Plaintext

# Build output
/bin/
/aehenamer
*.exe
*.test
# Test, coverage, and profiling artifacts
coverage.out
coverage.html
*.prof
*.pprof
# Editor and operating-system files
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db