Files
clawd/.gitignore
Echo 49ba58d165 fix: remove antfarm submodule reference and add to gitignore
Removes broken submodule reference that was causing Gitea 500 errors.
Antfarm is a separate project and should not be tracked in this repo.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-11 16:04:45 +00:00

40 lines
494 B
Plaintext

# Secrets & credentials
.env
*.secret
*_secret*
credentials/
# Temporary files
*.tmp
*.log
__pycache__/
*.pyc
# Virtual environments
venv/
.venv/
# OS files
.DS_Store
Thumbs.db
# Editor
*.swp
*.swo
.vscode/
.idea/
credentials/
# ANAF Monitor state files
tools/anaf-monitor/hashes.json
tools/anaf-monitor/versions.json
tools/anaf-monitor/snapshots/
tools/anaf-monitor/monitor.log
workspace/
# Claude Code session handoff
.claude/HANDOFF.md
# Antfarm directory (separate project)
antfarm/