Skip to content

Commit

Permalink
Update .gitignore and add blank requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jan 22, 2025
1 parent 486109d commit 26db356
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# System files
# MARK: System files

.DS_Store
.vscode/*
!.vscode/extensions.json
.idea/
/target

# MARK: Python Files

# setup.py working directory
build
# setup.py dist directory
dist
# Egg metadata
*.egg-info
# Caches
__pycache__
# Test coverage output
.coverage
# Virtual environment
venv
.venv
Empty file added requirements.txt
Empty file.

0 comments on commit 26db356

Please sign in to comment.