commit e735e97d1a0364c99e5ed74324d81e852943fb50 Author: PKleka Date: Wed May 20 22:54:27 2026 +0200 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cefe29f --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# ---> macOS +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + +# ---> JupyterNotebooks +# gitignore template for Jupyter Notebooks +# website: http://jupyter.org/ + +.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# IPython +profile_default/ +ipython_config.py + +# Remove previous ipynb_checkpoints +# git rm -r .ipynb_checkpoints/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..1480ad0 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Fundamenty-moralne + +Pliki wynikowe projektu dotyczącego badania fundamentów moralnych za pomoca gry karcianej \ No newline at end of file