1
0
pbcabi/.gitignore

21 lines
209 B
Plaintext
Raw Permalink Normal View History

2024-05-27 22:19:56 +00:00
# Program specific
/output/
/deps/
/secrets
2024-05-27 22:19:56 +00:00
/private_deps/
/data/
/config/
2024-05-27 22:19:56 +00:00
# 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/
.mypy_cache/
2024-05-27 22:19:56 +00:00
# Python, Testing
/test/secrets.py
/.coverage
/.hypothesis/
/htmlcov/