# Operating systems and editors
.DS_Store
Thumbs.db
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
*.iml

# Local environment and secrets
.env
.env.*
!.env.example
*.local

# Logs and temporary files
*.log
tmp/
temp/

# Java and Maven
target/
*.class
.mvn/timing.properties

# Node.js
node_modules/
dist/
coverage/
.vite/
.nuxt/

# Test and tool caches
.cache/
.eslintcache
.stylelintcache

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
build/

# Python tooling
.python-version

# Local infrastructure data
infra/docker/data/
