26 lines
218 B
Plaintext
26 lines
218 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
venv/
|
|
.venv/
|
|
env/
|
|
.env
|
|
.env.*
|
|
.git
|
|
.gitignore
|
|
.dockerignore
|
|
Dockerfile
|
|
README.md
|
|
*.md
|
|
.vscode/
|
|
.idea/
|
|
*.log
|