clienttarget-python / .gitignore
iDevBuddy
feat: Phase 1 — AI Client Acquisition System
bd28470
raw
history blame contribute delete
286 Bytes
# Environment variables (NEVER commit)
.env
.env.local
.env.production
# Node
node_modules/
dist/
build/
*.tsbuildinfo
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Trigger.dev
.trigger/