Files
workspace/.gitignore
Claude Agent 3b0af8348d sunete
2026-04-06 16:26:23 +00:00

64 lines
721 B
Plaintext

# Exclude project directories
romfastsql/
test/
# Claude Code
.claude-logs/
.claude-work/
.claude/
# Node.js
node_modules/
package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm/
.yarn/
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
*.egg-info/
.eggs/
*.egg
.venv/
venv/
ENV/
.env
# IDE & Editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Build outputs
dist/
build/
*.o
*.so
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
.cache/
tmp/
# Exclude any other project directories that might be added
# Keep only workspace-level files (.sh, .md)
# Project directories (separate repos)
autonomous-coding/
claude-plugins/
roa2web/
.gstack/