Skip to content

Commit

Permalink
Merge pull request #16 from elliot-100/gitignore
Browse files Browse the repository at this point in the history
Ignore packaging files
  • Loading branch information
Olen authored Aug 15, 2022
2 parents d94f405 + 06c5861 commit f8ea290
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
__pycache__/*
# Byte-compiled / optimized / DLL files
__pycache__/

# Distribution / packaging
dist/
build/
*.egg-info/

# Project specific
exports/*
dist/*
config.py



0 comments on commit f8ea290

Please sign in to comment.