.gitignore 79 B

12345678
  1. # ---> Python
  2. __pycache__/
  3. .venv/
  4. .kdev4/
  5. /*.kdev4
  6. *.egg-info
  7. .git/
  8. /config.py