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

# Environment files
.env
.env.*
!.env.example
**/live-state.json

# Node / npm
node_modules/
.npm/
.pnpm-store/
dist/
!packages/npm/dist/
!packages/npm/dist/**
build/
coverage/
*.tsbuildinfo

# Python / pip
__pycache__/
*.py[cod]
*.pyo
.Python
.venv/
venv/
env/
pip-wheel-metadata/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/

# Java / Maven
target/
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
*.class
*.jar
*.war
*.ear

# .NET / NuGet
bin/
obj/
TestResults/
*.nupkg
*.snupkg
*.user
*.suo

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Build outputs and caches
out/
tmp/
temp/
.cache/
.parcel-cache/
.turbo/
