chore: remove env from git
This PR removes the development .env file from the repository. Instead, you copy the template in .env.development to your .env during initial setup.
NOTE: I am not 100% sure what will happen to the dev environment of others when this is merged; people may have to copy over the .env.development file to .env again manually!