# Python
__pycache__/
*.py[oc]
*.so
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt

# Build & distribution
build/
dist/
*.egg
*.egg-info/
wheels/
*.whl
.cache/

# Virtual environments
.venv
venv/
env/
ENV/

# IDE & editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Testing & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.tox/

# Environment variables
.env
.env.local
.env.*.local

# UV & pip
.uv/
.pip_cache/

# Logs
logs/
*.log

# Temporary files
tmp/
temp/

groq_response.json
desktop.ini
.ruff_cache