# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Package manager lock files (choose one to keep)
package-lock.json
yarn.lock
pnpm-lock.yaml

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

# Coverage directory used by tools like istanbul
coverage/
*.lcov
.nyc_output

# Grunt intermediate storage
.grunt

# Bower dependency directory
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons
build/Release

# Dependency directories
jspm_packages/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.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 Integrity file
.yarn-integrity

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

# parcel-bundler cache
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
public

# Vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

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

# IDE and Editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
logs
*.log

# Temporary files
tmp/
temp/
.tmp/

# Build outputs
build/
dist/
lib/

# Test outputs
test-results/
junit.xml

# Documentation build outputs
docs/_build/
docs/build/

# Backup files
*.bak
*.backup
*.old

# Swiss Ephemeris specific
# Uncomment if you don't want to include ephemeris data files
# eph/
# *.se1
# *.se2
# *.se3

# WebAssembly build artifacts (if rebuilding from source)
# wasm/*.o
# wasm/*.a
# wasm/Makefile

# Local configuration files
config.local.js
config.local.json

# Runtime generated files
*.pid
*.seed
*.pid.lock

# Optional: Exclude large ephemeris files if not needed
# de*.eph
# seas_*.se1

# Optional: Exclude example output files
examples/output/
examples/charts/
examples/*.png
examples/*.jpg
examples/*.pdf

# Optional: Exclude test coverage reports
coverage/
.nyc_output/

# Optional: Exclude documentation build
docs/build/
docs/_build/

# Optional: Exclude benchmark results
benchmark/
perf/

# Local development files
.local/
local/
scratch/
playground/

# Security files
.env.secret
secrets/
*.key
*.pem
*.p12
*.pfx

# Database files (if any)
*.db
*.sqlite
*.sqlite3

# Archive files
*.zip
*.tar.gz
*.rar
*.7z

# Compiled source
*.com
*.class
*.dll
*.exe
*.o
*.so

# Packages
*.dmg
*.iso
*.jar
*.war
*.ear
*.tar
*.zip

# Virtual environments (if using Python tools)
venv/
env/
ENV/

# JetBrains IDEs
.idea/
*.iml
*.iws
*.ipr

# Sublime Text
*.sublime-project
*.sublime-workspace

# Vim
*.swp
*.swo
.netrwhist

# Emacs
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*

# Eclipse
.metadata
.project
.classpath
.settings/

# NetBeans
nbproject/
nbbuild/
nbdist/
.nb-gradle/

# Visual Studio
.vs/
*.user
*.suo
*.userosscache
*.sln.docstates

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Linux
*~
.fuse_hidden*
.directory
.Trash-*
.nfs*

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
