Skip to content

Commit

Permalink
add .dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-samoylenko committed Feb 10, 2023
1 parent fefd5ca commit 76da053
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
.venv/
venv/
*.pyc
__pycache__/
instance/
.cache/
.pytest_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/
.idea/
*.swp
*~
*.db
celerybeat-schedule
data/
.git

0 comments on commit 76da053

Please sign in to comment.