1
0
Fork 0
mirror of https://gitee.com/fantix/kloop.git synced 2024-05-10 00:52:40 +00:00
kloop/.gitignore
2022-03-19 17:26:56 -04:00

10 lines
130 B
Plaintext

/.idea/
/.python-version
/build/
/dist/
/src/**/__pycache__/
/tests/**/__pycache__/
/src/**/*.c
/src/**/*.so
/src/kloop.egg-info/