Files
Jonathon Broughton a0bbb0cc30 Add project configuration and refactor logic (#14)
- Created .gitignore to exclude IDE files.
- Added project module configuration for Python.
- Set up inspection profiles for code quality checks.
- Refactored main function logic into separate modules for better organisation.
- Introduced helper functions for object manipulation and rule processing.
- Implemented spreadsheet reading functionality to dynamically load rules.
- Added tests for integration with the Speckle server.
2025-02-06 16:02:34 +00:00

8 lines
266 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Checker.iml" filepath="$PROJECT_DIR$/.idea/Checker.iml" />
</modules>
</component>
</project>