# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual Environment
.env
.venv
env/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.DS_Store

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# 빌드 산출물
dist/
build/
*.egg-info/

# Python 캐시 파일
__pycache__/
*.py[cod]

# PyPI configuration
.pypirc 

qore_client/version.py

.ruff_cache/