Planet-Factory / legacy-claude

The CLAuDE model
https://planet-factory.github.io/claude-docs/
MIT License
167 stars 28 forks source link

Cleanup dead and platform specific/automatically generated files #9

Closed anothersimulacrum closed 4 years ago

anothersimulacrum commented 4 years ago

The project had a couple of unused and platform specific files hanging around which didn't need to be tracked. Remove those files.

claude_top_level_library.cp38-win_amd64.pyd and claude_low_level_library.cp38-win_amd64.pyd:

claude_top_level_library.c and claude_low_level_library.c:

claude_top_level_library.py and claude_low_level_library.py:

Further, adjust the .gitignore to prevent these from cropping up in the future. I've added very specific rules to target only these files, so it doesn't pick up something it shouldn't in the future, but that could also mean that if a new file is added that also uses cython, it's .c and .pyd and will be tracked and need to be added to the .gitignore.