20 lines
172 B
Plaintext
20 lines
172 B
Plaintext
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# Virtualenv
|
|
.venv/
|
|
venv/
|
|
|
|
# Build metadata
|
|
*.egg-info/
|
|
|
|
# Local env and logs
|
|
.env
|
|
*.log
|
|
|
|
# OS
|
|
.DS_Store
|