Skip to content

Commit

Permalink
Merge pull request #62 from itsFelixH/add-gitignore
Browse files Browse the repository at this point in the history
added gitignore file
  • Loading branch information
InsertDisc authored Aug 30, 2024
2 parents 2d73b33 + 8a0ec5b commit 88ebdd1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# PATTRMM generated files
data/*
preferences/*
*-returning-soon-metadata.yml
*-returning-soon-overlay.yml
*-returning-soon-collection.yml

# Byte-compiled files
__pycache__/
*.py[cod]
*$py.class

# Distribution
.idea
.vscode
.Python

# Environments
.env
.venv
.direnv
env/
venv/
ENV/
env.bak/
venv.bak/
pattrmm-venv/

0 comments on commit 88ebdd1

Please sign in to comment.