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

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

Comments

Loading...