2
0
mirror of https://github.com/Shawn-Shan/fawkes.git synced 2024-09-20 07:26:37 +05:30
fawkes/.gitignore

18 lines
189 B
Plaintext
Raw Normal View History

*.DS_Store
*.pyc
*.swp
dist/*
build/*
keras/datasets/data/*
keras/datasets/temp/*
tags
fawkes.egg-info
# test-related
.coverage
.cache
.pytest_cache
# developer environments
.idea
.vscode