# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
vendor/
backend/server

# Python
__pycache__/
*.py[cod]
*$py.class
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
venv/
.ruff_cache/

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

# Local tool output
.playwright-mcp/
lykn-web-*.png
docs/

# Environment
**/.env
**/.env.*
!**/.env.example

# Test / Coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
coverage.xml

# Config (local overrides)
**/config.yaml
!**/config.yaml.example
