cloudns/.gitignore
2025-03-23 23:24:35 +01:00

27 lines
231 B
Plaintext

# Python #
# Virtual Environment
/.venv/
# Cache
__pycache__/
# Build
/dist/
*.egg-info/
/build/
# Tools
/.pytest_cache/
/.mypy_cache/
# Nix #
/result
# Direnv #
/.direnv/
# Project specific files #
config.json
*.key
*.jsonl