# Dependencies
node_modules/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.venv/
venv/
env/

# Build outputs
lib/
dist/
build/
*.egg-info/
.eggs/
packages/*/lib/*
packages/*/dist/*

# TypeScript compiled output
*.tsbuildinfo
!src/index.d.ts

# Python specific
*.egg
.tox/
.nox/
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Diagnostic reports
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov/

# Coverage directory used by tools like istanbul
coverage/

# nyc test coverage
.nyc_output/

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt/

# Bower dependency directory (https://bower.io/)
bower_components/

# lock files
package-lock.json
yarn.lock

# dotenv environment variable files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# next.js build output
.next
out

# nuxt.js build output
.nuxt
dist

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stylint cache
.stylintcache

# Mac system files
.DS_Store

# Windows system files
Thumbs.db

# VSCode files
.vscode/
.history

# JetBrains IDE files
.idea/
*.iml

# Sentry CLI
.sentryclirc

# Firebase
.firebase/

# Generated by Visual Studio Code
.vscode/

# IntelliJ IDEA files
.idea/
*.iml
*.ipr

# IntelliJ IDEA log files
idea.log

# ESLint cache
.eslintcache

# Prettier cache
.prettiercache

# Storybook
.storybook/
node_modules/.cache/

# Jest
jest/

# Optional npm cache directory
.npm/

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# dotenv environment variables file
.env
.env.test
.env.production

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Coverage directory used by tools like istanbul
coverage/

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt/

# Bower dependency directory (https://bower.io/)
bower_components/

# lock files
package-lock.json
yarn.lock

# dotenv environment variable files
.env
.env.test
.env.production

# Optional npm cache directory
.npm/

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Optional stylelint cache
.stylelintcache

# Optional stylelint cache
.stylelintcache

# Optional  comment: SvelteKit build output
.svelte-kit/

# TypeScript cache
*.tsbuildinfo

# coverage output for Jest
coverage/

# Cache and build artifacts
.cache/
build/
dist/

# IDE specific files
.idea/
.vscode/

# Local research / private notes — never commit
.local-research/
.local-docs/

# Claude Code internal instructions — local only, not pushed upstream
CLAUDE.md
CLAUDE.local.md
.claude/

# Roadmap kept local — not tracked upstream
ROADMAP.md
