# Build and packaging
build
dev
dist
*.egg-info
*.pyc
*.log
*.swp
site

# Development environments
.vscode
.idea/
*.iml

# Testing and coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache

# Python virtual environments
venv/
env/
.env
.venv

# Configuration files (user-specific)
.ghopsrc
.ghopsrc.json
.ghopsrc.toml

# OS specific
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak
*~