1
0
requests_util/.gitignore

20 lines
201 B
Plaintext
Raw Normal View History

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