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 652 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
  1. node_modules
  2. *.class
  3. *.log
  4. logs
  5. .~*
  6. noarch
  7. #VIM spegcific
  8. tags
  9. .*.swp
  10. .*.swo
  11. #MAC OS specific
  12. .DS_Store
  13. # sbt specificf
  14. .cache/
  15. .history/
  16. .lib/
  17. dist/*
  18. target/
  19. lib_managed/
  20. src_managed/
  21. project/boot/
  22. project/plugins/project/
  23. .idea
  24. .idea/*
  25. *.egg-info
  26. **/.ipynb_checkpoints/*
  27. __pycache__/
  28. /data.xml
  29. expressions/.gitignore
  30. expressions/all.dvc
  31. expressions/all/
  32. expressions/by_animal_class.dvc
  33. expressions/by_animal_class/
  34. expressions/by_class_tissue.dvc
  35. raw.githubusercontent.com
  36. data/output/external/causal_relations_5_tissues_anton_species_5_bootstraps.csv
  37. # nonrelevant files
  38. data/output/external/impute.R
  39. data/output/external/imputed_dataset.RData
Tip!

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

Comments

Loading...