robotpy / pyfrc

python3 library designed to make developing RobotPy-based code easier!
MIT License
50 stars 35 forks source link

deploy: Fix ignore file extensions #214

Closed auscompgeek closed 1 year ago

auscompgeek commented 1 year ago

The ext that os.path.splitext returns is documented to include the leading . if there is an extension.