Skip to content
Snippets Groups Projects
.gitignore 399 B
###
 # GitIgnore file for Python Language projects.
 # See https://git-scm.com/docs/gitignore for documentation.
 #
 # Version 1.0
 ##


# 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.*