Hi, I noticed that your repository contains a .env file.
For security reasons, .env files should not be committed to the repository because they may contain sensitive information such as API keys or database credentials.
You should add .env to your .gitignore file to prevent it from being tracked.
This will help protect sensitive data and keep the repo clean.
Hi, I noticed that your repository contains a .env file.
For security reasons, .env files should not be committed to the repository because they may contain sensitive information such as API keys or database credentials.
You should add .env to your .gitignore file to prevent it from being tracked.
# .gitignore .envThis will help protect sensitive data and keep the repo clean.