pymake/.gitignore

15 lines
197 B
Plaintext
Raw Normal View History

2024-04-12 15:43:27 +00:00
# Ignore the 'dist' directory at the root of the project
/dist/
# Ignore all __pycache__ directories in the project
__pycache__/
2024-04-12 15:59:18 +00:00
/.vscode
/CMakeLists.txt
/main.cxx
2024-04-20 12:36:27 +00:00
/build
2024-04-21 15:08:33 +00:00
/poetry.lock
/test.py