FLL/.gitignore
2025-09-13 23:00:44 +02:00

16 lines
163 B
Text

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Library caches
.mypy_cache
# Virtual environments
.venv
# MacOS junk
.DS_Store