Skip to content
Snippets Groups Projects
Commit 1d8843d4 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Update gitignore

parent 792f9dd4
Branches master
No related merge requests found
# Do not track python cache files.
*.pyc
###
# GitIgnore file for Python Language projects.
# See https://git-scm.com/docs/gitignore for documentation.
#
# https://git.brandon-rodriguez.com/other/gitignore
# Version 1.0.1
##
# Do not track local environment settings.
# Ignore environment settings.
.env/
.venv/
.idea/
.venv/
.vs/
.vscode/
env/
idea/
venv/
vs/
vscode/
# Ignore python cache files.
*.pyc
# Ignore temporary files.
[Tt]emp/
[Tt]empfiles/
[Tt]emp_files/
*.tmp
*.temp
# Do not track local environment logs.
# Ignore logfiles.
[Ll]og/
[Ll]ogs/
*.log
*.log.*
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment