1
0
requests_util/.gitignore
Jon Michael Aanes e170317886 🤖 Repository layout updated to latest Python version
This commit was automatically generated by a script.
2024-05-29 21:38:30 +02:00

20 lines
201 B
Plaintext

# Program specific
/output/
/deps/
/secrets/
/private_deps/
/data/
# Python
__pycache__/
/build/
/dist/
*.egg-info/
.mypy_cache/
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/