directory changes and restructuring
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
26
ga-agent-skills/.gitignore
vendored
Normal file
26
ga-agent-skills/.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user