# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
.venv/
venv/
ENV/

# IDEs
.vscode/
.idea/

# Backend specifically
backend/.env
backend/.venv/
backend/__pycache__/
backend/*.pyc

# Preference folder (development/temporary)
preference/

# Development/Test folders
backend/hehe/
backend/test/
backend/scripts/

# OS
.DS_Store
Thumbs.db

# Misc
.ruff_cache/
*.log
!backend/requirements.txt
run.txt
backend/agent/tools/query.txt
backend/schema_dump.json

# Document folder
document/

# n8n workflow exports & temp files
canifa_workflow_export.json
prod_workflow.json
prod_workflow_fixed.json
fix_n8n_connections.py
*.png
!backend/static/**/*.png

# Playwright MCP
.playwright-mcp/

# Test credentials (sensitive)
backend/tests/google_credentials.json
backend/tests/google_sheets_credentials.json
backend/tests/sheet_info.json
backend/tests/test_n8n_api_output.txt
backend/n8n_result.json
diff_*.txt
