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>
40 lines
494 B
Plaintext
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/
|