
# Do not track local environment settings.
.venv/
.vscode/
.idea/
.vs/
env/
temp/
venv/


# Do not track python cache files.
*.pyc


# Do not track local environment logs.
*.log
*.log.*


# Do not track generated files.
generated_filters/
*.filter
