.gitignore 67 B

123456789
  1. __pycache__/
  2. *.pyc
  3. *.pyo
  4. db_config.py
  5. base_config.py
  6. .idea/
  7. test/