codenuk_backend_mine/services/multi-document-upload-service/.dockerignore
2025-12-01 09:04:09 +05:30

59 lines
459 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
# Virtual environments
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Documentation
*.md
!README.md
# Testing
.pytest_cache/
.coverage
htmlcov/
*.log
# Storage and temporary files
storage/
*.tmp
*.temp
# Git
.git/
.gitignore
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
# Environment files
.env
.env.local
*.env
# OS
.DS_Store
Thumbs.db