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

# OS
.DS_Store
/cypress/videos/
/cypress/screenshots/

# Project
libsource
openapi.json
node_modules
out
dist
dist/*
dist-ssr
coverage
*.local
.env
.venv
*.tsbuildinfo
.report
.next
.source
TODO.md

# rust
target

# python
.venv
__pycache__
.ruff_cache

# Editor directories and files
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Added by cargo

/target

# Test Build Bins
test_c_template
test_rust_template
test_zig_template
test_go_template
test_cpp_template
test_java_template.class

# Added by cargo
#
# already existing elements were commented out

#/target
