1
0
socials-util/.gitignore

20 lines
201 B
Plaintext
Raw Permalink Normal View History

2024-05-27 22:20:46 +00:00
# Program specific
/output/
/deps/
/secrets/
/private_deps/
/data/
# Python
2023-05-21 20:08:52 +00:00
__pycache__/
2023-12-16 22:09:27 +00:00
/build/
/dist/
2024-05-27 22:20:46 +00:00
*.egg-info/
.mypy_cache/
2024-05-27 22:20:46 +00:00
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/