# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk

# Macos General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop

# NetBeans
**/nbproject/private/
**/nbproject/Makefile-*.mk
**/nbproject/Package-*.bash
build/
nbbuild/
dist/
nbdist/
.nb-gradle/

# Visual Studio Code
.history/
.vscode/
*.code-workspace
.vshistory/

# IntelliJ
.idea/
.fleet/
out/
# mpeltonen/sbt-idea plugins
.idea_modules/

## Xcode User settings
xcuserdata/
## Xcode 8 and earlier
*.xcscmblueprint
*.xccheckout

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

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

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

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

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# uv lock file (optional, some prefer to commit it)
# uv.lock

# SQLite database
*.db
*.sqlite
*.sqlite3

# Environment files
.env
.env.local
.env.*.local

# pytest cache
.pytest_cache/
.coverage
htmlcov/

# Project specific
/*.html
/screenshots/
site/

.tmphome
.VSCodeCounter