/ .gitignore
.gitignore
 1  __pycache__/
 2  *.py[cod]
 3  *$py.class
 4  *.so
 5  dist/
 6  build/
 7  *.egg-info/
 8  *.egg
 9  .eggs/
10  .tox/
11  .nox/
12  .coverage
13  .coverage.*
14  htmlcov/
15  .pytest_cache/
16  .mypy_cache/
17  .ruff_cache/
18  *.log
19  .env
20  .venv
21  env/
22  venv/
23  .idea/
24  .vscode/
25  *.swp
26  *.swo
27  *~
28  .DS_Store
29  Thumbs.db