- add a env folder in the root repository which will have your virtual environment
- add a instance folder which will have config.py file
- the config.py file should have your config variables like SECRET_KEY, SQLALCHEMY_DB_URI etc..
- add both folders and also pycache wherever it occurs into .gitignore using the command:
- echo "__pycache__/">>.gitignore *
- echo "env/">>.gitignore *
- echo "instance/">>.gitignore *