.gitignore 67 B

12345678
  1. **/__pycache__/
  2. *.pyc
  3. .venv
  4. **/*.egg-info/
  5. .vscode/
  6. secrets.toml