| # Ignore Python cache files | |
| __pycache__/ | |
| *.pyc | |
| # Ignore certificate files | |
| *.pem | |
| # Ignore environment variable script | |
| set_env.sh |
| # Ignore Python cache files | |
| __pycache__/ | |
| *.pyc | |
| # Ignore certificate files | |
| *.pem | |
| # Ignore environment variable script | |
| set_env.sh |