##########################################################################################
########################################## INFO ##########################################
##########################################################################################

# This file is provided as a starting point by the PyRat library.
# It lists the files and directories that Git should not version in your workspace.
# Each line is a pattern: files and directories matching it are ignored by Git.
# Everything else (your players, your games, the files describing your project) is versioned.

##########################################################################################
######################################## CONTENTS ########################################
##########################################################################################

# Virtual environment of the workspace
# It is created by uv on each machine, and must never be shared
.venv/

# Files generated by Python when running your programs
__pycache__/
*.py[cod]

# Cache of pytest, if you write tests
.pytest_cache/

# Files created by macOS
.DS_Store

##########################################################################################
##########################################################################################
