mirror of
https://github.com/Shawn-Shan/fawkes.git
synced 2024-11-09 13:41:31 +05:30
de75fceca7
Former-commit-id: 0d06b05f52d562111c7985d1debd51f69517076e [formerly 2d7f95e1dd9a4101e36f2f021e05e7d33d75d4ae] Former-commit-id: c2e240e6f2474545763a525b4db91c9a86f60bd0
20 lines
244 B
Plaintext
20 lines
244 B
Plaintext
*.DS_Store
|
|
*.pyc
|
|
*.swp
|
|
dist/*
|
|
build/*
|
|
keras/datasets/data/*
|
|
keras/datasets/temp/*
|
|
tags
|
|
fawkes.egg-info
|
|
|
|
# test-related
|
|
.coverage
|
|
.cache
|
|
.pytest_cache
|
|
fawkes_dev/api_key.txt
|
|
fawkes_dev/protect_personId.txt
|
|
|
|
# developer environments
|
|
.idea
|
|
.vscode |