Skip to content

Commit

Permalink
Merge latest changes for v2.0.0 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
000paradox000 authored Jul 19, 2019
1 parent 886cb7d commit 6cc2482
Show file tree
Hide file tree
Showing 241 changed files with 1,322 additions and 68,033 deletions.
32 changes: 24 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[co]
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
Expand All @@ -24,6 +23,7 @@ wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
Expand All @@ -45,6 +45,7 @@ nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
Expand All @@ -53,6 +54,7 @@ coverage.xml
# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
Expand All @@ -79,13 +81,14 @@ celerybeat-schedule
# SageMath parsed files
*.sage.py

# dotenv
# Environments
.env

# virtualenv
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
Expand All @@ -100,8 +103,21 @@ ENV/
# mypy
.mypy_cache/

# Jetbrains
# jetbrains
.idea/

# Plugins list
resources/plugin_list.txt
# Sublime
*.sublime-project
*.sublime-workspace

# Visual Studio
.vs/

# Visual Studio Code
.vscode/

# VIM
*.swp

# Plugins list file
plugins.lst
112 changes: 0 additions & 112 deletions commands.py

This file was deleted.

Loading

0 comments on commit 6cc2482

Please sign in to comment.