mirror of
https://github.com/aserper/masto-rss.git
synced 2025-12-16 21:05:26 +00:00
Create .dockerignore
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# Git-related files
|
||||
.git
|
||||
.gitignore
|
||||
|
||||
# Docker-related files
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
|
||||
# Python-specific files and directories
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# IDE / Editor-specific directories
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Documentation
|
||||
README.md
|
||||
Reference in New Issue
Block a user