1
0
pbcabi/.gitignore

19 lines
188 B
Plaintext
Raw Normal View History

2024-05-27 22:19:56 +00:00
# Program specific
/output/
/deps/
/secrets/
/private_deps/
/data/
# Python
2023-06-20 08:56:58 +00:00
__pycache__/
2024-05-03 08:18:54 +00:00
/build/
2024-05-04 22:08:16 +00:00
/dist/
2024-05-27 22:19:56 +00:00
*.egg-info/
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/