MarxBot/.gitignore

20 lines
272 B
Plaintext

# Ignore the script to launch the bot.
launch.sh
# Ignore the config file with the token in it.
configuration.json
# Ignore logs
marxbot.log
# Ignore DBs
marxbot.sqlite
marxbot.sqlite.backup
# Ignore compiled files.
__pycache__/
# Ignore JetBrains IDE files.
.idea/