17 lines
133 B
Plaintext
17 lines
133 B
Plaintext
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Environment
|
|
.env
|
|
.venv/
|