This repository was created as part of a Hyperskill project to practice basic Git commands and working with remotes.
main.py– simple Python script that printsHello world..env– example of storing a secret value (not tracked in the remote repository)..gitignore– configuration to exclude.envand other sensitive files.