Skip to content

Commit 99b0147

Browse files
authored
Adapt gitignore to src layout (#97)
1 parent e8db3d5 commit 99b0147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
# Python stuff
1313
*/__pycache__
14-
cubitpy.egg-info/*
14+
*/cubitpy.egg-info/*
1515
*-wheel-metadata/*
1616
*/CubitPy.egg-info/*
1717
CubitPy.egg-info/
18-
18+
/build/
1919
# Test file
2020
test.py
2121

0 commit comments

Comments
 (0)