6c13e82952
Removed an accidentally-committed scheduled_tasks.lock from the previous commit and added .claude/ to .gitignore so further IDE-side state doesn't sneak in.
40 lines
303 B
Plaintext
40 lines
303 B
Plaintext
# Binaries
|
|
/gnoma
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test
|
|
*.test
|
|
*.out
|
|
coverage.html
|
|
coverage.txt
|
|
|
|
# Build
|
|
/bin/
|
|
/dist/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project config with secrets
|
|
.gnoma/config.toml
|
|
|
|
# Session data
|
|
.gnoma/sessions/
|
|
|
|
# Debug
|
|
__debug_bin*
|
|
.env
|
|
.claude/
|