feat(build): initialize build configuration

This commit is contained in:
Rodney, Tiara 2025-03-23 00:19:58 +01:00
parent d13a599803
commit f65c319c18
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
4 changed files with 2576 additions and 1 deletions

4
.gitignore vendored
View file

@ -5,3 +5,7 @@
/src/**/*.pyc
/src/**/__pycache/
/.venv/
/autom4te.cache/
/config.log
/config.status
/configure~