ReproduciblePython/.gitignore

12 lines
79 B
Plaintext
Raw Normal View History

2024-03-17 16:05:06 -07:00
.*
!.gitignore
# Nix
result
# Python
/dist
/*.egg-info
*.py[cod]
__pycache__