first commit
This commit is contained in:
9
.dockerignore
Normal file
9
.dockerignore
Normal file
@@ -0,0 +1,9 @@
|
||||
# Ignore the virtual environment
|
||||
venv
|
||||
|
||||
# Ignore the .env file for security reasons (you should handle secrets securely)
|
||||
.env
|
||||
|
||||
# Ignore Python cache files
|
||||
__pycache__
|
||||
*.pyc
|
||||
Reference in New Issue
Block a user