Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
柴进
/
DesignImageSearch
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2fe5f710
authored
2025-12-19 20:55:43 +0800
by
柴进
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix:增加.dockerignore文件
1 parent
3618fbd3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
44 deletions
.dockerignore
.dockerignore
View file @
2fe5f71
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
# Python
.venv/
venv/
ENV/
env/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
# IDE
.vscode/
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Data (运行时挂载,不需要打包)
data/
logs/
uploads/
# Git
.git/
.gitignore
# Logs
*.log
logs/
data/logs/
# Data directories (use volumes instead)
data/uploads/
data/design_images/
data/faiss/*.bin
data/faiss/*.pkl
# Documentation
*.md
docs/
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Test files
# Debug scripts
debug_*.py
test_*.py
*_test.py
# Environment
.env
.env.*
# Temporary files
tmp/
temp/
# Misc
*.log
*.tmp
.DS_Store
Thumbs.db
...
...
Please
register
or
sign in
to post a comment