ComputationalRadiationPhysics / student_project_python_bindings

The student project investigates the performance and memory handling of Python bindings for CUDA C++ code created with pybind11.
GNU General Public License v3.0
1 stars 0 forks source link

Remove system depeding files #4

Closed SimeonEhrig closed 3 years ago

SimeonEhrig commented 3 years ago

Please add system depending files and folder like __pycache__ and .vscode to the .gitignore and remove it from the repository. Otherwise, it could cause trouble, if somebody else checks out the repository.

afif-ishamsyah commented 3 years ago

both folder is added to gitignore