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

# Virtual environments
venv/
.venv/
env/
.env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs
dash_ai_chat/dash_ai_devtools.js
dash_ai_chat/dash_ai_devtools.css
*.js.map

# Chat state (generated during runtime)
.dash-chat-state.json

# OS files
.DS_Store
Thumbs.db

# Credentials (should never be committed)
.plotly-cloud
.dash-ai-chat
