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

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

Comments

Loading...