- Add mymath.py with multiply and divide functions - Add SmartVoyage travel assistant project - Add .gitignore for Python cache files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
37 B
Plaintext
5 lines
37 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
.idea/
|
|
logs/
|
|
*.log |