25 lines
449 B
Plaintext
25 lines
449 B
Plaintext
# 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
|
|
dist/
|
|
build/
|
|
out/
|
|
# An .aiignore file follows the same syntax as a .gitignore file.
|
|
# .gitignore documentation: https://git-scm.com/docs/gitignore
|
|
|
|
# you can ignore files
|
|
# or folders
|
|
.idea
|
|
node_modules/
|
|
.vscode/
|
|
.git
|
|
.github
|
|
scripts
|
|
.pytest_cache/
|
|
__pycache__ |