Files
test-app/.dockerignore
2025-09-24 17:24:54 +08:00

46 lines
357 B
Plaintext

# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env
pip-log.txt
pip-delete-this-directory.txt
# Virtual Environment
.venv
venv
ENV
# IDE
.vscode
.idea
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Documentation
README.md
docs/
# Testing
.pytest_cache
.coverage
htmlcov/
# uv
.uv/