Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

MANIFEST.in 429 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. include *.txt
  2. include *.md
  3. include *.pkl
  4. recursive-include ./catvsdog_model *
  5. recursive-include catvsdog_model/datasets *
  6. recursive-include catvsdog_model/trained_models *
  7. include catvsdog_model/VERSION
  8. include catvsdog_model/config.yml
  9. include ./requirements/requirements.txt
  10. include ./requirements/test_requirements.txt
  11. exclude *.log
  12. exclude *.cfg
  13. recursive-exclude * __pycache__
  14. recursive-exclude * *.py[co]
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...