Loading .gitignore +5 −1 Original line number Original line Diff line number Diff line Loading @@ -49,6 +49,7 @@ coverage.xml *.py,cover *.py,cover .hypothesis/ .hypothesis/ .pytest_cache/ .pytest_cache/ .benchmarks/ cover/ cover/ # Translations # Translations Loading Loading @@ -85,7 +86,7 @@ ipython_config.py # pyenv # pyenv # For a library or package, you might want to ignore these files since the code is # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: # intended to run in multiple environments; otherwise, check them in: # .python-version .python-version # pipenv # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. Loading Loading @@ -117,6 +118,9 @@ venv.bak/ .spyderproject .spyderproject .spyproject .spyproject # VSCode project settings .vscode/ # Rope project settings # Rope project settings .ropeproject .ropeproject Loading Loading
.gitignore +5 −1 Original line number Original line Diff line number Diff line Loading @@ -49,6 +49,7 @@ coverage.xml *.py,cover *.py,cover .hypothesis/ .hypothesis/ .pytest_cache/ .pytest_cache/ .benchmarks/ cover/ cover/ # Translations # Translations Loading Loading @@ -85,7 +86,7 @@ ipython_config.py # pyenv # pyenv # For a library or package, you might want to ignore these files since the code is # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: # intended to run in multiple environments; otherwise, check them in: # .python-version .python-version # pipenv # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. Loading Loading @@ -117,6 +118,9 @@ venv.bak/ .spyderproject .spyderproject .spyproject .spyproject # VSCode project settings .vscode/ # Rope project settings # Rope project settings .ropeproject .ropeproject Loading