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

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

Comments

Loading...