pymake/.gitignore
2024-04-21 23:08:33 +08:00

15 lines
197 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
/test.py