# Virtual env and build
.venv/
venv/
env/
dist/
build/
*.egg-info/
*.egg
src/pyhqiv/_version.py

# Python
__pycache__/
*.py[cod]
*.so
.pytest_cache/
.coverage
htmlcov/

# IDE / OS
.idea/
.vscode/
.cursor/
.DS_Store
*.swp
