.gitignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. # Environment variables and secrets
  2. .env
  3. .env.local
  4. .env.development
  5. .env.test
  6. .env.production
  7. *.env
  8. # PowerPoint files
  9. # *.pptx
  10. # *.ppt
  11. # *.potx
  12. # *.pot
  13. # Output directories and generated files
  14. slide_images/
  15. cache/
  16. logs/
  17. temp/
  18. *.log
  19. # Progress and state files
  20. progress.json
  21. *.progress
  22. # Python
  23. __pycache__/
  24. *.py[cod]
  25. *$py.class
  26. *.so
  27. .Python
  28. build/
  29. develop-eggs/
  30. dist/
  31. downloads/
  32. eggs/
  33. .eggs/
  34. lib/
  35. lib64/
  36. parts/
  37. sdist/
  38. var/
  39. wheels/
  40. share/python-wheels/
  41. *.egg-info/
  42. .installed.cfg
  43. *.egg
  44. MANIFEST
  45. # PyInstaller
  46. *.manifest
  47. *.spec
  48. # Installer logs
  49. pip-log.txt
  50. pip-delete-this-directory.txt
  51. # Unit test / coverage reports
  52. htmlcov/
  53. .tox/
  54. .nox/
  55. .coverage
  56. .coverage.*
  57. .cache
  58. nosetests.xml
  59. coverage.xml
  60. *.cover
  61. *.py,cover
  62. .hypothesis/
  63. .pytest_cache/
  64. cover/
  65. # Jupyter Notebook
  66. .ipynb_checkpoints
  67. pptx_to_vo_workflow.ipynb
  68. # IPython
  69. profile_default/
  70. ipython_config.py
  71. # pyenv
  72. .python-version
  73. # pipenv
  74. Pipfile.lock
  75. # poetry
  76. poetry.lock
  77. # pdm
  78. .pdm.toml
  79. # PEP 582
  80. __pypackages__/
  81. # Celery stuff
  82. celerybeat-schedule
  83. celerybeat.pid
  84. # SageMath parsed files
  85. *.sage.py
  86. # Environments
  87. .venv
  88. env/
  89. venv/
  90. ENV/
  91. env.bak/
  92. venv.bak/
  93. # Spyder project settings
  94. .spyderproject
  95. .spyproject
  96. # Rope project settings
  97. .ropeproject
  98. # mkdocs documentation
  99. /site
  100. # mypy
  101. .mypy_cache/
  102. .dmypy.json
  103. dmypy.json
  104. # Pyre type checker
  105. .pyre/
  106. # pytype static type analyzer
  107. .pytype/
  108. # Cython debug symbols
  109. cython_debug/
  110. # IDE and Editor files
  111. .vscode/
  112. .idea/
  113. *.swp
  114. *.swo
  115. *~
  116. # OS generated files
  117. .DS_Store
  118. .DS_Store?
  119. ._*
  120. .Spotlight-V100
  121. .Trashes
  122. ehthumbs.db
  123. Thumbs.db
  124. # # Image files (generated from slides)
  125. # *.png
  126. # *.jpg
  127. # *.jpeg
  128. # *.gif
  129. # *.bmp
  130. # *.tiff
  131. # *.svg
  132. # # PDF files (intermediate conversion files)
  133. # *.pdf
  134. # # CSV and JSON output files
  135. # *.csv
  136. # *.json
  137. # Backup files
  138. *.bak
  139. *.backup
  140. *.old
  141. # Temporary files
  142. *.tmp
  143. *.temp
  144. # LibreOffice lock files
  145. .~lock.*
  146. # API keys and configuration with sensitive data
  147. api_keys.txt
  148. secrets.yaml
  149. credentials.json
  150. # Large model files or cached data
  151. *.model
  152. *.bin
  153. *.safetensors
  154. .DS_Store
  155. **/.DS_Store
  156. *narrative_