pymake/.gitignore
2024-04-20 20:36:27 +08:00

14 lines
188 B
Plaintext

# Ignore the 'dist' directory at the root of the project
/dist/
# Ignore all __pycache__ directories in the project
__pycache__/
/.vscode
/CMakeLists.txt
/main.cxx
/build
/poetry.lock