Files
users/.dockerignore

23 lines
155 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.cache/
.venv/
venv/
.env
.git/
.gitignore
dist/
build/
*.egg-info/
.DS_Store