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

.gitignore 658 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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
  1. .DS_Store
  2. justin_credit_card/
  3. char-rnn/
  4. justin_tinker/
  5. **/to_delete
  6. to_delete/
  7. **/lendingclub_csvs
  8. **/*.h5
  9. **/*.pkl
  10. **/*.txt
  11. **/*.zip
  12. **/LCDataDictionary.xlsx
  13. **/account_info.py
  14. checking_imports.ipynb
  15. hello.txt
  16. test_cron.py
  17. bfg-1.12.15.jar
  18. passwords.txt
  19. myserver.cron
  20. **/*.pyc
  21. **/exploratory_bayesian_updates.ipynb
  22. account_info.py
  23. account_info.pyc
  24. **/config_file_wip.ini
  25. **/config_data_wip.py
  26. **/figuring_out_working_with_LC_api.ipynb
  27. chromedriver
  28. hacker_rank_to_copy.ipynb
  29. **/data
  30. .ipynb_checkpoints
  31. */.ipynb_checkpoints/*
  32. **/train
  33. **/val
  34. **/valid
  35. **/test
  36. **/faces
  37. randoms/
  38. zenbot/
  39. **/model_dump/
  40. **/tmp/
  41. sensitive_info.txt
  42. */tmp/*
  43. **/*.pyc
  44. credentials.json
Tip!

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

Comments

Loading...