.dockerignore 192 B

123456789101112131415161718
  1. .git
  2. .gitignore
  3. **/__pycache__/
  4. **/*.pyc
  5. **/*.pyo
  6. **/*.pyd
  7. **/*.log
  8. **/.pytest_cache/
  9. **/.mypy_cache/
  10. **/.ruff_cache/
  11. .DS_Store
  12. venv/
  13. .venv/
  14. env/
  15. .env
  16. content_indentify/logs/
  17. structure/logs/