# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.Python
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Build artifacts
build/
dist/
*.egg
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

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

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# Hatch
.hatch/
