Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
45 lines
449 B
Plaintext
45 lines
449 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Testing
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
|
|
# Playwright MCP
|
|
.playwright-mcp/
|
|
|
|
# setuptools-scm
|
|
_version.py
|
|
|
|
# Superpowers brainstorming
|
|
.superpowers/
|
|
|
|
# SQLite database
|
|
wordsearch.db
|