# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Native libraries (added during CI/CD)
wvlet/libs/*/libwvlet.so
wvlet/libs/*/libwvlet.dylib
wvlet/libs/*/wvlet.dll

# Keep the directory structure
!wvlet/libs/.gitkeep
!wvlet/libs/*/.gitkeep

# Testing
.coverage
.pytest_cache/
htmlcov/

# Virtual environments
venv/
ENV/
env/
