discord-emoji-uploader/.gitignore

12 lines
No EOL
157 B
Text

# Ignore python cache
**/*.pyc
**/__pycache__/*
# Ignore python virtual environment
.venv/
# Ignore log files
**/*.log
# Ignore config file
**/config.json