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

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Coverage
.nyc_output
coverage/
*.lcov

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

# Gradio
gradio_cached_examples/
flagged/

# Model cache
.cache/
models/

# Temporary files
tmp/
temp/
*.tmp
*.temp

# API keys and secrets
.env*
!.env.example
secrets.json
config.json

# Build outputs
chatagui/dist/
chatagui/frontend/dist/
chatagui/frontend/node_modules/
