# Virtual environments
.venv/
__pypackages__/

# IDEs and editors
.vscode/

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

# Python bytecode and cache files
*.py[cod]
.cache/
.mypy_cache/
.pytest_cache/
/.ruff_cache/

# Benchmark and test files
.coverage

# Other files and folders
.python-version
/sandbox/