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

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

Comments

Loading...