Something went wrong on our end
-
Brandon Rodriguez authoredBrandon Rodriguez authored
.gitignore 454 B
###
# 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
##
# Ignore environment settings.
.env/
.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
# Ignore logfiles.
[Ll]og/
[Ll]ogs/
*.log
*.log.*