Files
gnoma/.gitignore
T
vikingowl 6c13e82952 chore: ignore .claude/ tool state directory
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.
2026-05-19 19:06:58 +02:00

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/