25 lines
227 B
Plaintext
25 lines
227 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
.git
|
|
.gitignore
|
|
.env
|
|
.venv
|
|
venv/
|
|
ENV/
|
|
.DS_Store
|
|
*.md
|
|
!requirements.txt
|
|
.dockerignore
|
|
Dockerfile
|
|
docker-compose.yml
|
|
markdown-app.service
|
|
nginx-markdown.conf
|