# Python-generated files
__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
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
*.cover
.hypothesis/
.prof

# IDEs and editors
.idea/
.vscode/*
# !.vscode/settings.json
# !.vscode/extensions.json
# !.vscode/launch.json
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# OS-generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
.AppleDouble
.LSOverride
ehthumbs.db
Thumbs.db
desktop.ini

# Windows
$RECYCLE.BIN/
*.cab
*.msi
*.msix
*.msm
*.msp
*.lnk

# Environment files
.env
.env.local
.env.*.local
!.env.example
!docker/.env.example

# Database files
dakora.yaml
dakora.db
*.db
*.sqlite
*.sqlite3

# Development and testing files
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Temporary files
temp/
tmp/
*.tmp

# Node.js (Studio UI)
node_modules/
studio/node_modules/
studio/dist/
studio/.cache/
studio/.parcel-cache/

# Build outputs
packages/*/dist/
packages/*/build/
cli/dist/
cli/build/

# Package lock files (optional - uncomment if using npm)
# package-lock.json
# studio/package-lock.json

# Docker
docker/volumes/
.dockerignore

# Development and scratchpad
.scratchpad/
dev_*.py
build_*.py

# Playwright/Testing
.playwright-mcp/
playwright-report/
test-results/

# User-specific files (from dakora init)
prompts/

# Keep example prompts in repo
!prompts/.gitkeep

# Keep sample data for new user onboarding
!server/dakora_server/core/samples/
!server/dakora_server/core/samples/**

# Coverage reports
coverage/
*.lcov

# TypeScript
*.tsbuildinfo

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# pyenv
.python-version

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

# Pyre type checker
.pyre/

# Ruff
.ruff_cache/

# UV
.uv_cache/