Skip to content

Commit

Permalink
added gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
itsFelixH committed Aug 28, 2024
1 parent 2d73b33 commit 8a0ec5b
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 8a0ec5b

Please sign in to comment.