.gitignore 1.1 KB

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