1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2024-11-24 08:12:13 +02:00
STARK/.gitignore

20 lines
140 B
Plaintext
Raw Normal View History

2020-07-17 23:13:58 +02:00
__pycache__
2021-02-07 20:20:48 +02:00
*.py[cod]
*$py.class
*.pyc
2023-03-12 16:43:21 +02:00
.idea
*.pytest_cache
.mypy_cache
2020-10-04 20:18:36 +02:00
*.db
2021-02-07 20:20:48 +02:00
*.sqlite3
*.save
2021-10-17 23:26:45 +02:00
audio/
2022-01-09 06:32:12 +02:00
downloads/
2023-09-19 18:40:06 +02:00
site/
2023-09-11 05:20:34 +02:00
.DS_Store
2023-09-20 09:59:36 +02:00
test.py