z-py/.gitignore

13 lines
129 B
Plaintext
Raw Permalink Normal View History

2024-07-14 23:19:42 -07:00
# Python autogen
2024-07-11 22:08:32 -07:00
__pycache__/
2024-07-11 22:20:38 -07:00
.venv/
2024-07-14 11:20:37 -07:00
*.egg-info/
build/
2024-07-14 23:19:42 -07:00
# Nixos files
2024-07-14 11:29:53 -07:00
.direnv/
2024-07-14 23:19:42 -07:00
# Example folder
example/*
!example/templates/*