# Devin context exclusions for Numan
# Keep source, tests, fixtures, manifests, docs, and CI configuration visible.

# Dependencies, package-manager stores, and external modules
/node_modules/
**/node_modules/
/vendor/
.bower_components/
Pods/
Carthage/
.pnpm-store/
.yarn/cache/
.yarn/unplugged/
.bun/
.venv/
venv/
env/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.cargo/registry/
.cargo/git/

# Build outputs, bundles, generated code, and compiled assets
/target/
**/target/
/dist/
**/dist/
/build/
**/build/
/out/
**/out/
/.next/
**/.next/
/.nuxt/
**/.nuxt/
/.output/
**/.output/
/coverage/
**/coverage/
*.wasm
*.map
*.min.js
*.min.css
*.d.ts.map
*.profraw
*.profdata
*.gcda
*.gcno
lcov.info

# Large media, archives, binaries, databases, and datasets
*.mp3
*.wav
*.flac
*.ogg
*.m4a
*.mp4
*.mkv
*.mov
*.avi
*.webm
*.pdf
*.zip
*.7z
*.rar
*.tar
*.gz
*.bz2
*.xz
*.csv
*.tsv
*.parquet
*.sqlite
*.sqlite3
*.db
*.mdb
*.npy
*.npz
*.h5
*.hdf5
*.onnx
*.pt
*.pth
*.ckpt
*.safetensors
*.bin
*.dll
*.exe
*.so
*.dylib
*.pdb
*.dSYM/
/models/
/weights/
/checkpoints/
/datasets/
/artifacts/

# Logs, caches, operating-system files, and editor metadata
*.log
logs/
*.cache
.cache/
.npm/
.eslintcache
.stylelintcache
.parcel-cache/
.turbo/
.svelte-kit/
.vite/
.vscode/
.idea/
*.iml
*.swp
*.swo
*~
.DS_Store
Thumbs.db
desktop.ini

# Local environment and machine-specific configuration
.env
.env.*
!.env.example
!.env.template
*.local

# Dependency lockfiles: inspect only when dependency resolution is relevant
package-lock.json
npm-shrinkwrap.json
yarn.lock
pnpm-lock.yaml
bun.lockb
poetry.lock
Pipfile.lock
uv.lock
Gemfile.lock
composer.lock
Cargo.lock
Podfile.lock
Package.resolved
