recipes_api/.dockerignore

19 lines
170 B
Plaintext
Raw Permalink Normal View History

2023-10-04 00:07:55 -03:00
# Git
.git
.gitignore
# Docker
.docker
# Python
app/__pycache__/
app/*/__pycache__/
app/*/*/__pycache__/
app/*/*/*/__pycache__/
.env/
.venv/
venv/
# Bash
bash.session