ReproduciblePython/.gitignore

12 lines
79 B
Plaintext

.*
!.gitignore
# Nix
result
# Python
/dist
/*.egg-info
*.py[cod]
__pycache__