# Bytecode and build outputs
__pycache__/
*.py[cod]
*.so
*.pyd
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/
japneet.jpeg
fun.mp3
noor.mp4
v2.md
# Virtual environments
.venv/
venv/

# Demo and generated outputs
output/
uploads/
static/outputs/
*.obj
*.ply
*.tif
*.tiff

# Local docs not intended for GitHub
upload.md
explain.md
new_func.md
*.readme
*readme*.md
!README.md

# Local IDE artifacts
.vscode/
.idea/
tempCodeRunnerFile.py
