feat: add project configuration and dependencies

- Add pyproject.toml with setuptools build configuration
- Add requirements.txt with minimal dependencies
- Add .gitignore for Python projects

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Björn Benouarets
2025-12-01 14:06:53 +01:00
commit f1be0cbd6d
3 changed files with 234 additions and 0 deletions

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
setuptools