Initial commit
This commit is contained in:
20
backend/.dockerignore
Normal file
20
backend/.dockerignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# Version control
|
||||
.git/
|
||||
.gitignore
|
||||
.gitattributes
|
||||
|
||||
# Python
|
||||
**/__pycache__/
|
||||
|
||||
# Docker
|
||||
Dockerfile*
|
||||
docker-compose*.yml
|
||||
.dockerignore
|
||||
|
||||
# Development
|
||||
.env.local
|
||||
.env.development
|
||||
*.log
|
||||
|
||||
# Formatting and linting
|
||||
**/.ruff_cache
|
||||
Reference in New Issue
Block a user