basic package structure

This commit is contained in:
Pamela Hathway 2024-07-17 23:31:45 +02:00
commit d3c22673c0
7 changed files with 55 additions and 0 deletions

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
# Default ignored files
/shelf/
/workspace.xml
# Byte-compiled / optimized / DLL files
__pycache__/
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
# Environments
venv/
# Jupyter Notebook
.ipynb_checkpoints
# Editor directories and files
.idea/
# OS-specific files
.DS_Store
Thumbs.db