Files
our-claude-skills/ga-agent-skills/.gitignore
Andrew Yim 236be6c580 directory changes and restructuring
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 02:01:41 +09:00

27 lines
243 B
Plaintext

# Credentials - NEVER commit these
config/*.json
config/*.key
*.credentials.json
service-account*.json
# Environment
.env
.env.local
*.env
# Python
__pycache__/
*.pyc
.venv/
venv/
# Node
node_modules/
# IDE
.idea/
.vscode/
# OS
.DS_Store