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

# Node modules
node_modules/

# Virtual environments
.venv

# Environment files
.env

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

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

# Type checking
.mypy_cache/

# Local data
data/
*.db
*.sqlite

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/
*storybook.log
storybook-static
