jailmaker/.gitignore

25 lines
356 B
Plaintext
Raw Normal View History

2024-07-15 01:12:51 +00:00
# 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/
2024-07-16 14:12:12 +00:00
jlmkr
2024-07-15 01:12:51 +00:00
# Mac-specific
2024-07-13 03:08:12 +00:00
.DS_Store
2024-07-15 01:12:51 +00:00
._.DS_Store
# <https://github.com/github/gitignore/blob/main/Python.gitignore>
/.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/