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 init 39 lines 332 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 23# IDE 24.vscode/ 25.idea/ 26*.swp 27*.swo 28.DS_Store 29 30# Testing 31.pytest_cache/ 32.coverage 33htmlcov/ 34 35# Project specific 36.eggs/ 37logs/ 38*.log 39threads.db