2021-01-12 12:42:32 -06:00
|
|
|
# Exclude IDE Files
|
2021-01-12 13:36:52 -06:00
|
|
|
.idea/
|
2021-01-12 12:42:32 -06:00
|
|
|
|
2021-01-12 12:47:30 -06:00
|
|
|
# Exclude VENV
|
2021-01-12 13:36:52 -06:00
|
|
|
venv/
|
|
|
|
|
2021-01-13 04:45:30 -06:00
|
|
|
# Exclude ChatLogs, DataBases and the API Token
|
2021-01-12 13:36:52 -06:00
|
|
|
|
2021-01-13 04:45:30 -06:00
|
|
|
chatlogs/*
|
|
|
|
db.sqlite3
|
|
|
|
token
|