Skip to content
Snippets Groups Projects
.gitignore 167 B
Newer Older
**/__pycache__
**/bin
**/obj
**/out
**/generated_src
**/build


#   pdm dev environment
**/.venv
.pdm-python

#   build artifacts
*.tar.gz
*.whl
*.egg-info