Skip to content

Commit

Permalink
Merge pull request #282 from Snuffy2/File-cleanup
Browse files Browse the repository at this point in the history
File Cleanup
  • Loading branch information
Snuffy2 authored Oct 21, 2024
2 parents db75daa + bc8906d commit ea35db0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 23 deletions.
16 changes: 14 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
/bin
/lib
/pyvenv.cfg
/.env
*.pyc
venv
.vscode
.DS_Store
Thumbs.db
[Dd]esktop.ini
$RECYCLE.BIN/
*.lnk

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
17 changes: 0 additions & 17 deletions pyproject.toml

This file was deleted.

4 changes: 0 additions & 4 deletions requirements_dev.txt

This file was deleted.

0 comments on commit ea35db0

Please sign in to comment.