# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/

# Build artifacts
build/
dist/
wheels/

# Virtual envs
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Tooling
.mypy_cache/
.ruff_cache/

# Editor / OS
.idea/
.vscode/
.DS_Store

# hatch-vcs generated version file
src/fastberry/_version.py
