# Config files with credentials config.ini *.ini !config.example.ini # Report output reports/ *.html *.xlsx # Python __pycache__/ *.py[cod] *$py.class .Python venv/ env/ .venv/ # IDE .idea/ .vscode/ *.swp *.swo