# Log files
logs/
*.log

# Python cache
__pycache__/
*.pyc

# IDE and OS-specific
.idea/
.vscode/
.DS_Store

# Temporary/test files
t.py
t.ipynb 