jailmaker/.gitignore

24 lines
350 B
Plaintext

# SPDX-FileCopyrightText: © 2024 Jip-Hop and the Jailmakers <https://github.com/Jip-Hop/jailmaker>
#
# SPDX-License-Identifier: LGPL-3.0-only
dist/
# jail-specific
/.lxc/
/jails/
# Mac-specific
.DS_Store
._.DS_Store
# <https://github.com/github/gitignore/blob/main/Python.gitignore>
/.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/