diff --git a/.gitignore b/.gitignore index a87c1c0..3447596 100644 --- a/.gitignore +++ b/.gitignore @@ -12,8 +12,8 @@ __pycache__/ # Virtual environments enisper/ venv/ -.env # Ignore the specific .env file -.env.* # Ignore local variations like .env.local or .env.development +**/.env # Ignore the specific .env file +**/.env.* # Ignore local variations like .env.local or .env.development !.env.example # OPTIONAL: Ensure the example file is NOT ignored (the '!' means 'exclude from ignore')