.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5. # C extensions
  6. *.so
  7. # Distribution / packaging
  8. Pipfile.lock
  9. .Python
  10. env/
  11. build/
  12. build_*/
  13. develop-eggs/
  14. dist/
  15. downloads/
  16. eggs/
  17. .eggs/
  18. lib/
  19. lib64/
  20. parts/
  21. sdist/
  22. var/
  23. wheels/
  24. *.egg-info/
  25. .installed.cfg
  26. *.egg
  27. # PyInstaller
  28. # Usually these files are written by a python script from a template
  29. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  30. *.manifest
  31. *.spec
  32. # Installer logs
  33. pip-log.txt
  34. pip-delete-this-directory.txt
  35. # Unit test / coverage reports
  36. htmlcov/
  37. .tox/
  38. .coverage
  39. .coverage.*
  40. .cache
  41. nosetests.xml
  42. coverage.xml
  43. *.cover
  44. .hypothesis/
  45. .pytest_cache/
  46. # Translations
  47. *.mo
  48. *.pot
  49. # Jupyter Notebook
  50. .ipynb_checkpoints
  51. *.ipynb
  52. # pyenv
  53. .python-version
  54. # dotenv
  55. *.env
  56. # virtualenv
  57. .venv
  58. venv/
  59. ENV/
  60. # mypy
  61. .mypy_cache/
  62. dist/
  63. # IDE settings
  64. .vscode/
  65. .idea/
  66. .idea/taipy.iml
  67. .DS_Store
  68. # Spyder project settings
  69. .spyderproject
  70. .spyproject
  71. # Core .data directory
  72. .data/
  73. .taipy/
  74. user_data/
  75. .my_data/
  76. Data
  77. # demo files
  78. demo-*
  79. demo_*
  80. .airflow
  81. *.dags
  82. data_sources
  83. pipelines
  84. pickles