Files
mypkg/.gitignore

9 lines
78 B
Plaintext

__pycache__/
*.pyc
venv/
.vscode/
.idea/
*.log
.DS_Store
/tmp/mypkg.egg-info/