# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
!src/kcuda_validate/lib/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
PIPFILE.lock

# Virtual environments
.venv/
venv/
ENV/
env/
.virtualenvs/

# PyTest
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Logs
*.log
logs/

# Environment
.env
.env.*
!.env.example

# Model cache (Hugging Face)
.cache/
/models/
*.gguf

# Distribution / packaging
*.manifest
*.spec

# Ruff
.ruff_cache/

# uv
.uv/

# Test artifacts
test-workspace.txt
temp_*.txt

# Other
/.temp/