# An .aiignore file follows the same syntax as a .gitignore file.
# .gitignore documentation: https://git-scm.com/docs/gitignore

# you can ignore files
.DS_Store
*.log
*.tmp

# or folders
.devcontainer/
.qlty/
.yardoc/
dist/
build/
out/
coverage/
docs/
pkg/
results/
