Pantograph/.gitignore

11 lines
68 B
Plaintext
Raw Normal View History

2024-04-11 16:38:44 -07:00
.*
!.gitignore
# Python
*.py[cod]
*.egg-info
2024-04-19 16:47:35 -07:00
# Output
/dist
2024-05-20 00:02:33 -07:00
/venv