37 lines
383 B
Text
37 lines
383 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
env/
|
|
.env
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
htmlcov/
|
|
.coverage
|
|
.coverage.*
|
|
|
|
# Notebooks
|
|
.ipynb_checkpoints/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Project
|
|
*.log
|
|
reports/
|
|
tmp/
|
|
data/
|
|
.scratch/refactor-base-api-alignment/issues/
|
|
.scratch/refactor-base-api-alignment/
|