__pycache__/
*.pyc
*.pyo
*.pyd

# Build and distribution directories
build/
dist/
*.egg-info/
wheels/

# Virtual environment directories
.venv/
venv/
env/
uv.lock

# IDE and editor settings
.vscode/
.idea/
*.swp
*~

# OS generated files
.DS_Store
Thumbs.db

# Test and coverage reports
.pytest_cache/
.coverage
htmlcov/

# other
src/QuPRS/_version.py
*.cnf
