Skip to content

Instantly share code, notes, and snippets.

@Gobot1234
Forked from GhostofGoes/.gitignore
Last active February 2, 2020 14:54
Show Gist options
  • Save Gobot1234/7dd886a45d3fae029ed15d89d2270261 to your computer and use it in GitHub Desktop.
Save Gobot1234/7dd886a45d3fae029ed15d89d2270261 to your computer and use it in GitHub Desktop.
Basic .gitignore template for discord bots
# Editors
.vscode/
.idea/
# Mac/OSX
.DS_Store
# Windows
Thumbs.db
# Source for the following rules: https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
token.txt
config.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment