A community based topic aggregation platform built on atproto
1# Environment and config
2.env
3config.yaml
4venv/
5
6# State files
7data/*.json
8data/world.xml
9
10# Python
11__pycache__/
12*.py[cod]
13*$py.class
14*.so
15.Python
16build/
17develop-eggs/
18dist/
19downloads/
20eggs/
21.eggs/
22lib/
23lib64/
24parts/
25sdist/
26var/
27wheels/
28*.egg-info/
29.installed.cfg
30*.egg
31
32# Testing
33.pytest_cache/
34.coverage
35htmlcov/
36
37# IDE
38.vscode/
39.idea/
40*.swp
41*.swo