.gitignore
*.o
*.def
*.so
*.bundle
*.gem
Makefile
*Gemfile.lock
yarn.lock
package-lock.json
.yardoc
.DS_Store
desktop.ini
cacert.pem
.idea
.rubocop-http*
.nyc_output
openc3/*_exception.txt
openc3/*_unexpected.txt
openc3/openc3/
openc3/spec/install/outputs
openc3/spec/examples.txt
coverage/
profile/
plugins/DEFAULT/
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*
/tmp/*
!/log/.keep
!/tmp/.keep
# Ignore Byebug command history file.
.byebug_history
# Ignore node modules
node_modules
typescript
developer.code-workspace
__pycache__
playwright/tests/enterprise