14 lines
124 B
Plaintext
14 lines
124 B
Plaintext
/venv
|
|
/.venv
|
|
/.idea
|
|
/.vscode
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.env
|
|
.env.local
|
|
.env.*
|