Moved the app entrypoint from app.py __main__ block to a dedicated run.py. Updated .gitignore to exclude editor, superpowers, and OS files. Made-with: Cursor
17 lines
150 B
Plaintext
17 lines
150 B
Plaintext
data/
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.pytest_cache/
|
|
.superpowers/
|
|
docs/superpowers/
|
|
|
|
|
|
.cursor/
|
|
.vscode/
|
|
chat-summaries/
|
|
|
|
.DS_Store |