##############
### PYTHON ###
##############
*.py[co]
*.pyd
.ipynb_checkpoints/
.pytest_cache/
.venv/
.tox/
playground/
f.py
f.ts
f.tsx
f.js
f.mjs
f.cjs
herm.*
*.db
*.db-journal


##################
### JAVASCRIPT ###
##################
node_modules/
.next/

############
### MISC ###
############
.DS_Store
*~
.*.sw[po]
.idea/
dist/
lib/
lib-commonjs/
lib-cjs/
lib-esm/
lib-amd/

!**/src/lib
!**/src/lib-cjs
!**/src/lib-esm
!**/src/lib-commonjs

dummy/

.env
.env.json
.env.toml
.env.yml
.env.yaml
build/
scratch/
.cache/
.parcel-cache/
storybook-static/

###########
### NPM ###
###########
package-lock.json
yarn.lock
.pnp.cjs
.pnp.loader.mjs
# common/config/rush/pnpm-lock.yaml


############
### YARN ###
############
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.js
.heft/
.heft/**
.rush/
.rush/**
temp/
tmp/
.tmp/

apps/**/.yarn/build-state.yml
apps/**/.yarn/install-state.gz
libs/**/.yarn/build-state.yml
libs/**/.yarn/install-state.gz
*.tgz

*.exe
*.bak

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

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

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

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Zip files
*.zip

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

# OS X temporary files
.DS_Store

# Rush temporary files
common/deploy/
common/temp/
common/autoinstallers/*/.npmrc
**/.rush/temp/

deployment/
_deployment/
.deployment/
cdk.out/

*BAK
*.tsbuildinfo

### VisualStudioCode ###
.vscode/
.vscode/*      # Maybe .vscode/**/* instead - see comments
!.vscode/settings.json.default
# !.vscode/tasks.json
# !.vscode/launch.json
# !.vscode/extensions.json

### VisualStudioCode Patch ###
# Ignore all local history of files
**/.history

# third party dir
thirdparty/
third-party/

#############
## P2 DATA ##
#############
deployment.tar.gz
target/
