# ide files and dirs
.idea/
*.iml

# ignore "compiled" python
*.pyc
python_linstor.egg-info/

# make generated files
dist/
build/
MANIFEST
doc/_build/

# ignore generated protobuf messages and shared consts
# these can be generated in the linstor-common with:
# make python
linstor/proto/*_pb2.py
linstor/proto/*/*_pb2.py
linstor/sharedconsts.py
linstor/properties.py
linstor/consts_githash.py

# unittests ignores
test-reports/
.cache/
