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 729 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. **/*.zip
  15. **/LCDataDictionary.xlsx
  16. **/account_info.py
  17. checking_imports.ipynb
  18. hello.txt
  19. test_cron.py
  20. bfg-1.12.15.jar
  21. passwords.txt
  22. myserver.cron
  23. **/*.pyc
  24. **/exploratory_bayesian_updates.ipynb
  25. account_info.py
  26. account_info.pyc
  27. **/config_file_wip.ini
  28. **/config_data_wip.py
  29. **/figuring_out_working_with_LC_api.ipynb
  30. chromedriver
  31. hacker_rank_to_copy.ipynb
  32. **/data
  33. .ipynb_checkpoints
  34. */.ipynb_checkpoints/*
  35. **/train
  36. **/val
  37. **/valid
  38. **/test
  39. **/faces
  40. randoms/
  41. zenbot/
  42. **/model_dump/
  43. **/tmp/
  44. sensitive_info.txt
  45. */tmp/*
  46. **/*.pyc
  47. credentials.json
  48. dataprep_and_modeling
  49. lc_utils.py
Tip!

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

Comments

Loading...