Skip to content

Commit

Permalink
refactor: Add .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 15, 2024
0 parents commit ff285ad
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Temporary files
temp*.*
python_semantic_release_templates/.previous_changelog_for_template.md
python_semantic_release_templates/.previous_release_notes_for_template.md

# Environments
.env*/
.venv*/
env*/
venv*/
ENV*/
env.bak/
venv.bak/

# ruff
.ruff_cache/

# PyCharm
.idea/

# VSCode
.vscode/

0 comments on commit ff285ad

Please sign in to comment.