Skip to content

Commit

Permalink
Add: 環境gitignore (#271)
Browse files Browse the repository at this point in the history
* Add: 環境gitignore

* Add: lockファイルignore
  • Loading branch information
tarepan authored Jan 7, 2022
1 parent 061449c commit b7269fa
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,25 @@ __pycache__/
# test artifacts
.mypy_cache/

# virtual environment
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# pyenv local version
/.python-version

# lock files
Pipfile.lock
poetry.lock

# JetBrains IDE project settings folder
.idea/

Expand Down

0 comments on commit b7269fa

Please sign in to comment.