# reference: https://github.com/developmentseed/lonboard/blob/main/.gitignore
# *.html
*.zip
*.arrow
*.parquet
*.feather
.ruff_cache
dist
.DS_Store
# So that notebooks are only included _intentionally_
*.ipynb
.cache
site
secret_*
data
cache
*.code-workspace

# pixi environments
.pixi
.ipynb_checkpoints
.yarn
.venv
*.wasm
__pycache__
static
.pnp.cjs
.pnp.loader.mjs
node_modules
*.h5
*egg-info

EsbuildAnalyzer.html
meta.json
.vscode

# others
.history
repomix-output.txt
*ignore

# Testing
*coverage*

# Build artifacts and bundles
build/
bundles.json
*.bundle.js
*.bundle.mjs
*.map

# Jest and testing
coverage/
.nyc_output/
junit.xml
test-results/

# Python testing
htmlcov/
.pytest_cache/
.tox/
.coverage
coverage.xml

# Environment and configuration
.env
.env.local
.env.*.local

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

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

# Optional npm cache directory
.npm

# ESLint cache
.eslintcache

# Prettier cache
.prettiercache

# Package lock files
yarn.lock
# package-lock.json
pnpm-lock.yaml

# IDE and editors
.idea/
*.swp
*.swo
*~

# OS generated files
Thumbs.db
ehthumbs.db
Desktop.ini

# Temporary files
*.tmp
*.temp
.temp/
tmp/

# Python virtual environments
dega/
venv/
env/
ENV/

# Hatch environments
.hatch/

# Conda environments
.conda/
