pymake/.gitignore
2024-04-12 23:59:18 +08:00

13 lines
175 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