# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Research and planning
thoughts/

# Virtual environments
.venv
.claude/
.pytest_cache/
.cache/

# Environment variables
.env
.env.*
!.env.example
!.env.docker.example
.env.docker

# Local settings
settings.local.json
.claude/settings.local.json

output

# Test artifacts
test_output.png

# Log files
logs/**


node_modules/
npm-debug.log
yarn-error.log
.npmrc
.env.local

# Docker and scripts with secrets
docker-dev.ps1
docker-prod.ps1
DOCKER_SETUP.md

# OS-specific files
.DS_Store
Thumbs.db
*.swp
*.swo
*~

# IDE files
.vscode/
.idea/
*.iml

# Temporary files
*.tmp
*.bak
*.log

# Large image files
*.png
!assets/*.png
