# 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 Environment
venv/
env/
ENV/
.venv/
.env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*.sublime-workspace
*.sublime-project
.project
.pydevproject
.settings/
.classpath

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
coverage.xml
nosetests.xml
.hypothesis/

# Logs
*.log
logs/
log/
*.log.*
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Local development
.env
.env.local
.env.*.local
.env.development
.env.test
.env.production
*.local

# Database
*.db
*.sqlite3
*.sqlite
*.sql
*.dump
*.backup

# OS
.DS_Store
Thumbs.db
*.swp
*.swo
*~
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Desktop.ini

# Project specific
send2llm_cache/
model_cache/
.llm_history/
.api_keys
credentials.json
secrets.yaml
*.model
*.weights
*.bin
*.pt
*.pth
*.onnx

# Documentation
docs/_build/
site/
.doctrees/
.buildinfo

# Temporary files
*.tmp
*.temp
*.bak
*.swp
*.swo
*~

# Dependencies
node_modules/
jspm_packages/
bower_components/
.pnp/
.pnp.js

# Distribution
dist/
build/
out/
target/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Environments
.python-version
.ruby-version
.node-version
.nvmrc

# Docker
.docker/
docker-compose.override.yml

# Kubernetes
.kube/
kubeconfig

# CI/CD
.gitlab-ci-local/
.github/workflows/*.local.yml 
tests/generated_haiku_history.txt

# Version artifacts
=*.*.*
