# Python virtual environments
venv/
.venv/
env/

# Python build artifacts
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
*.egg
.eggs/

# Meson build directories
build/
builddir/
_build/

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# ruff
.ruff_cache/

# tox
.tox/

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~

# OS-generated files
.DS_Store
Thumbs.db

# Compiled shared libraries
*.so
