aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Christopher Goes <[email protected]>2019-03-19 18:47:18 -0600
committerGravatar Christopher Goes <[email protected]>2019-03-19 18:47:18 -0600
commit6e0121502e3ee4d5db3d4f89c7a76ba10fbb8322 (patch)
tree6c0e012f464559a919b52ec4935909c6117e8d59 /.gitignore
parentMerge pull request #6 from python-discord/contrib-and-precommit (diff)
Add VSCode and PyCharm to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 894a44c..ac702d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
+# Editors
+.idea/
+.vscode/
+
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]