pluto/.gitignore

12 lines
114 B
Plaintext
Raw Normal View History

2021-12-23 00:27:03 +00:00
*.pyc
*.swp
__pycache__/
2021-12-23 00:30:55 +00:00
env/
2022-04-18 14:36:45 +00:00
env-glibc/
2022-03-01 21:21:54 +00:00
venv/
2021-12-23 00:27:03 +00:00
keys/
2021-12-24 02:21:58 +00:00
handler/settings.ini
2022-02-02 12:52:47 +00:00
handler/otp.key
2022-02-17 22:03:48 +00:00
handler/certs/
2022-03-01 21:21:54 +00:00
.vscode/