rimlike/.gitignore

64 lines
831 B
Text

# Secrets — never commit
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
secrets/
credentials/
.aws/
.ssh/
# Dependencies / build artifacts
node_modules/
__pycache__/
*.py[cod]
.venv/
venv/
env/
dist/
build/
target/
*.egg-info/
# Editor / OS noise
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
# Logs / caches
*.log
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/
coverage/
.coverage
.nyc_output/
# Godot 4
.godot/
.import/
*.translation
export.cfg
export_credentials.cfg
*.tmp
# Godot exports (built game binaries)
exports/
*.exe
*.x86_64
*.app
*.zip
# Proprietary addons — installed locally from the paid zip, not redistributed
# (Godot MCP Pro lives at D:\godot\mcp\; re-copy on fresh clone — see CLAUDE.md)
addons/godot_mcp/
# Local-only Claude Code subagent definitions (personal AI tooling)
.claude/agents/