Skip to content
Open
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
*.out

# Dependencies
node_modules/
venv/
.venv/
__pycache__/
.mypy_cache/
.pytest_cache/
node_modules/
dist/
build/
target/
Expand All @@ -24,7 +24,6 @@ target/
*.log
*.tmp
*.swp
*.swo

# Environment
.env
Expand Down
Loading