# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
database.sqlite
database.sqlite-journal
/media
/staticfiles
/backend/logs/
/backend/media/
/backend/staticfiles/
/backend/database.sqlite*

# Flask
instance/
.webassets-cache

# Scrapy
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
Pipfile.lock

# PEP 582
__pypackages__/

# Celery
celerybeat-schedule
celerybeat.pid

# SageMath
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder
.spyderproject
.spyproject

# Rope
.ropeproject

# mkdocs
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre
.pyre/

# Conda
.conda/

# Node.js / Frontend
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs
lib-cov

# Coverage
coverage
*.lcov
.nyc_output

# Grunt
.grunt

# Bower
bower_components

# node-waf
.lock-wscript

# Compiled binary addons
build/Release

# Dependency directories
jspm_packages/

# Snowpack
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache
.npm

# Optional eslint cache
.eslintcache

# Optional stylelint cache
.stylelintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

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

# parcel-bundler
.cache
.parcel-cache

# Next.js
.next/
out/

# Nuxt.js
.nuxt
dist

# Gatsby
.cache/
public

# vuepress
.vuepress/dist

# Serverless
.serverless/

# FuseBox
.fusebox/

# DynamoDB Local
.dynamodb/

# TernJS
.tern-port

# Stores VSCode versions
.vscode-test

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

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

# Vercel CLI link (project metadata, not for commit)
.vercel/

# Project specific
/output/
/versions/
*.ifc
/output/*.json
*.npz
simplified*.ifc
LBK_RIV_C*.ifc
LBK_RIV_C*.json

# Exception: checked-in test fixtures for the live smoke harness
!cli/tests/integration/fixtures/*.ifc

# Temp files
*.tmp
*.bak
*.log

# OS files
Thumbs.db
.DS_Store

# Vite
dist-ssr
*.local

# Frontend build
/frontend/dist/
/frontend/build/
/frontend/.vite/

# Environment files (keep .env.example, ignore others)
.env.local
.env.dev
.env.development.local
.env.test.local
.env.production.local
.env.production
frontend/.env.production
backend/.env*

# Test coverage
htmlcov/
.coverage
.coverage.*

# Generated by supabase CLI
supabase/
backend/supabase/

# Claude Code runtime state
.claude/scheduled_tasks.lock

# Stray install logs
sunshine-install-log.txt

# Claude Code agent worktrees (transient git worktrees from subagent runs)
.claude/worktrees/


# Accidental nested .claude (local settings + lock from running inside .claude/)
.claude/.claude/
