Files
call-review-platform/services/ingest-service/.dockerignore
2025-11-20 23:34:49 +07:00

41 lines
284 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
.venv
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# Git
.git/
.gitignore
# Documentation
README.md
*.md
# Environment files
.env
.env.*
# Testing
.pytest_cache/
.coverage
htmlcov/
*.log
# OS
.DS_Store
Thumbs.db