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