Skip to content
Snippets Groups Projects
.gitignore 105 B
Newer Older
*__pycache__*

# IDE profile files
.idea/*

# build and conda-build artifacts
build/*
dist/*
*.egg-info/*