calink/backend/.dockerignore
2026-02-20 15:50:32 +02:00

24 lines
201 B
Plaintext

__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
ENV/
.venv
*.so
.git
.gitignore
.dockerignore
README.md
.pytest_cache
.coverage
htmlcov/
dist/
build/
*.egg-info/
data/*.db
data/*.db-journal
.DS_Store