Files
WordSearch/.gitignore
Keith Smith ec142fd638 Initial commit: Word Search Generator application
- Interactive GUI for generating and playing word search puzzles
- Drag-to-select word highlighting functionality
- PDF export capability
- Auto-resizing window to fit puzzle dimensions
- Duplicate word prevention
- 8-directional word placement (horizontal, vertical, diagonal)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-06 08:14:30 -07:00

45 lines
474 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
# IDE specific files
.vscode/
.idea/
*.swp
*.swo
*~
# OS specific files
.DS_Store
Thumbs.db
# Generated PDF files (optional - uncomment if you don't want to track PDFs)
# *.pdf