# Python bytecode
*.pyc
# cffi output
*.so
*.o
*.c

# Test output
.coverage
.cache
.mypy_cache
.tox
# build output
build/
dist/
pywlroots.egg-info/
.eggs

*.swp
