Skip to content

Commit

Permalink
chore: Add .venv* and .idea to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 16, 2023
1 parent 627514c commit 9118b5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ celerybeat.pid

# Environments
.env
.venv
.venv*
env/
venv/
ENV/
Expand All @@ -135,7 +135,8 @@ dmypy.json
.pyre/
/analytics.json

# VS Code
# IDEs
.idea
.vscode/

# Ruff
Expand Down

0 comments on commit 9118b5a

Please sign in to comment.