a digital entity named phi that roams bsky
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/
38logs/
39*.log
40threads.db