blob: 7068203a6ebdb8bb1f43d56b079a8664d7e825b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# python generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# venv
.venv
# Development
*.log
*.env
/real_test_posts
/test_posts
|