1
0
Fork 0
requests_util/.gitignore

16 lines
162 B
Plaintext

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