30 lines
276 B
Plaintext
30 lines
276 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.egg-info/
|
|
.eggs/
|
|
.venv/
|
|
venv/
|
|
.env
|
|
.env.*
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
coverage.xml
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
|
|
# IDE / OS
|
|
.DS_Store
|
|
.idea/a
|
|
.vscode/
|
|
|
|
# Docker
|
|
**/.python_packages/
|
|
**/.pytest_cache/
|
|
**/.ruff_cache/
|
|
.history/
|
|
|
|
#scripts
|
|
scripts/ |