# mac
.DS_Store
**/.DS_Store

# backups
*.bak
*.backup

# data
*.csv
*.db
backend/data/
angelone_core/data/
backend/invoices/

# env
.env
.groww_env

# Ignore virtual environment
venv/

# Ignore logs and temporary files
*.log
logs/
temp/

# Ignore text files (but allow website/robots.txt which must be deployed)
*.txt
!website/robots.txt

# SECURITY: Never upload actual environment variables
.env
.groww_env

# Ignore Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd

# Date-stamped backup files
*.08042026
*.07042026
licenses.db
backend/licenses.db*


# Large video/AE project assets (112MB+)
working_files/SetupVideo/

# Working files and build artifacts (root-level local only)
/working_files/
/templates/
/package.json
/package-lock.json

# Excel temp lock files
~$*.xlsx
~$*.xls

# One-off scripts not for deployment
backend/send_optchain_announcement.py

# Virtual environments
pdf-env/

backend/licenses.db
node_modules/
.claude/

# Credentials
keys/ga-credentials.json

# Video Automation generated files & models
video-automation/output/
video-automation/models/
video-automation/*.mp4
video-automation/*.mp3
video-automation/*.aiff
video-automation/*.json
!video-automation/*.py
!video-automation/*.md

