certbot/.gitignore
Brad Warren 7612d880c4
auto-ignore .DS_Store (#10539)
i'm creating this PR in response to
47c5c88fe1
where ohemorange manually deleted .DS_Store on jsha's PR

rather than doing that or having new certbot devs manually configure
their system to ignore these files, let's just do it for them

i don't think this PR requires two reviews
2026-01-16 11:26:28 -08:00

70 lines
759 B
Text

*.pyc
*.egg-info/
.eggs/
build/
dist*/
/venv*/
/.tox/
/releases*/
/log*
letsencrypt.log
certbot.log
poetry.lock
# coverage
.coverage
.coverage.*
/htmlcov/
/.vagrant
tags
# editor temporary files
*~
*.sw?
\#*#
.idea
.ropeproject
.vscode
*.sublime-project
*.sublime-workspace
# auth --cert-path --chain-path
/*.pem
.venv
# pytest cache
.cache
.mypy_cache/
.pytest_cache/
# docker files
.docker
# certbot tests
.certbot_test_workspace
**/assets/pebble*
**/assets/challtestsrv*
# snap files
.snapcraft
parts
prime
stage
*.snap
snap-constraints.txt
qemu-*
certbot-dns*/certbot-dns*_amd64*.txt
certbot-dns*/certbot-dns*_arm*.txt
/certbot_amd64*.txt
/certbot_arm*.txt
certbot-dns*/snap
snapcraft.cfg
# pyenv files
.python-version
# macOS files
.DS_Store