keras/.gitignore

18 lines
205 B
Plaintext
Raw Normal View History

2023-04-09 19:24:26 +00:00
.DS_Store
*.pyc
.vscode-test
__pycache__
**/.vscode-test/**
**/.vscode test/**
**/.vscode-smoke/**
**/.venv*/
bin/**
build/**
2023-04-09 19:24:26 +00:00
obj/**
.pytest_cache
tmp/**
.vs/
dist/**
*.egg-info/*
.vscode
2023-05-15 20:21:37 +00:00
examples/**/*.jpg