Files
Untitled-Cat-Game/.gitignore
2026-06-22 17:58:15 -04:00

15 lines
165 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# CUSTOM STUFF
untitled/saves
.ruff_cache
.pytest_cache