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

# OS
.DS_Store
Thumbs.db

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# Claude Code
.claude/

# Python — caches & build artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/
*.cover

# Node / TypeScript
node_modules/
dist/
build/
*.tsbuildinfo
*.tgz
.npm/
.yarn/
.pnp.*
coverage/

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

# Codegen intermediates (regenerable from specs/ + redocly.yaml)
_filtered/
