# Dependencies
node_modules/
.pnp
.pnp.js
.yarn/
.pnpm-store/

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
.Python
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.egg

# Build outputs
dist/
build/
out/
.next/
.turbo/
.cache/
*.tsbuildinfo

# Foundry / Solidity
contracts/out/
contracts/cache/
contracts/broadcast/
contracts/.gas-snapshot

# Envs & secrets
.env
.env.*
!.env.example
!.env.*.example
*.key
*.pem
*secrets*
!*secrets*.example

# Cloudflare Tunnel credentials (JSON w infra/ tylko do docker mountu)
infra/cloudflared/*.json

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

# OS
.DS_Store
Thumbs.db
desktop.ini

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

# Testing
coverage/
playwright-report/
test-results/
.nyc_output/

# AI / Generated
frontend/public/generated/
.claude/local-cache/
.claude/scratch/
.git/curator-*
.git/self-heal-*

# Docker volumes
infra/data/

# MinIO / S3 local
infra/minio-data/

# ComfyUI outputs
infra/comfyui/output/
*.pdf
*.png
error-claude.png
