Fix Docker
This commit is contained in:
parent
22d70a3bc0
commit
0666c07431
5 changed files with 26 additions and 46 deletions
|
|
@ -8,12 +8,10 @@ __pycache__/
|
|||
dist/
|
||||
build/
|
||||
*.egg
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
.venv
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
|
|
@ -27,11 +25,6 @@ ENV/
|
|||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
# Documentation
|
||||
*.md
|
||||
!pyproject.toml
|
||||
docs/
|
||||
|
||||
# Tests
|
||||
tests/
|
||||
.pytest_cache/
|
||||
|
|
@ -45,11 +38,6 @@ htmlcov/
|
|||
.gitlab-ci.yml
|
||||
.travis.yml
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
|
|
@ -57,14 +45,10 @@ htmlcov/
|
|||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Docker
|
||||
Dockerfile*
|
||||
docker-compose*.yml
|
||||
.dockerignore
|
||||
# Local environment files (keep .env.example if it exists)
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Nginx
|
||||
nginx/
|
||||
|
||||
# Data directories (will be mounted as volumes)
|
||||
# Data directories (will be mounted as volumes in Docker)
|
||||
data/
|
||||
schemas/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue