traefik-helper-kubernetes/.gitignore

31 lines
561 B
Plaintext
Raw Permalink Normal View History

2024-09-21 04:38:15 +00:00
# Ignore python bytecode files
__pycache__/
# Ignore pip's log file
pip-log.txt
# Ignore the .egg-info directory created by setuptools
*.egg-info/
# Ignore the .tox directory created by tox
.tox/
# Ignore the cache directory created by pip
pip-cache/
# Ignore the .pytest_cache directory created by pytest
.pytest_cache/
# Ignore the .mypy_cache directory created by mypy
.mypy_cache/
# Ignore the .venv directory created by venv
.venv/
# Ignore the .vscode directory created by vscode
.vscode/
# Ignore the .idea directory created by intellij
.idea/