# Virtual environments
venv/
.venv/

# Package distribution and build files
*.egg-info/
dist/
/build/
_build/

# Python bytecode and cache files
__pycache__/

# Benchmark and test files
.coverage
htmlcov/

