*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 245 B
# Byte-compiled / optimized / DLL files
__pycache__/

# from NgSolve CF.Compile() generated
code[0-9]*.cpp
code[0-9]*.o
code[0-9]*.so

# from profiling
*.trace
tests/traces/

# test Results
tests/*[R,r]esult*/

# debugging stuff
tests/debug*.py