NonSteamLaunchers-On-Steam-.../.devcontainer/.dockerignore
pythoninthegrass a786689fcd Add tooling
2023-08-11 15:14:23 -05:00

14 lines
146 B
Plaintext

!poetry.lock
!pyproject.toml
.cache
.devcontainer
.git
.gitignore
.pytest_cache
.tool-versions
.venv
.vscode
**/__pycache__
Dockerfile*
README.md