1
0
requests_util/.gitignore

16 lines
162 B
Plaintext
Raw Normal View History

2024-03-11 20:34:16 +00:00
# Program specific
/deps/
/private_deps/
# Python
__pycache__/
/build/
/dist/
*.egg-info/
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/