- Added `Dockerfile` to streamline application containerization. - Introduced `.dockerignore` file for better build context management.
17 lines
122 B
Plaintext
17 lines
122 B
Plaintext
__pycache__
|
|
.venv
|
|
.git
|
|
.idea
|
|
.env
|
|
Downloads/
|
|
test_downloads/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|