a digital entity named phi that roams bsky phi.zzstoatzz.io
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 42 lines 361 B view raw
1# Python-generated files 2__pycache__/ 3*.py[cod] 4*$py.class 5*.so 6.Python 7build/ 8dist/ 9wheels/ 10*.egg-info 11 12# Virtual environments 13.venv/ 14venv/ 15ENV/ 16env/ 17 18# Environment 19.env 20.env.* 21!.env.example 22.session 23 24# IDE 25.vscode/ 26.idea/ 27*.swp 28*.swo 29.DS_Store 30 31# Testing 32.pytest_cache/ 33.coverage 34htmlcov/ 35 36# Project specific 37.eggs/ 38sandbox/ 39logs/ 40*.log 41threads.db 42.loq_cache