mirror of
https://github.com/pinecone-io/examples.git
synced 2023-10-11 20:04:54 +03:00
25 lines
388 B
Plaintext
25 lines
388 B
Plaintext
.DS_Store
|
|
.__pycache__
|
|
|
|
# Data files
|
|
**/*.parquet
|
|
|
|
# notebook checkpoints
|
|
.ipynb_checkpoints
|
|
|
|
.idea/
|
|
|
|
# image search data
|
|
image_search/tmp
|
|
|
|
# it threat detection data
|
|
it_threat_detection/*.csv
|
|
it_threat_detection/*.stats
|
|
it_threat_detection/*.model
|
|
it_threat_detection/*.zip
|
|
it_threat_detection/DeepLearning*
|
|
it_threat_detection/__MACOSX
|
|
|
|
# question answering data
|
|
question_answering/tmp
|