Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 160 B
# Untracked directories
.idea/
.idea/*

example/*.aux.xml
timeseriesviewer/ui/tmp.ui
# Untrack compiled files
.idea/*
*.aux.xml
*.pyc
*.pyd
*.iml
__pycache__/