You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
----
This is a suggested fix for #12229, a small typo in the init templates for Python.
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
The Python app project is initialized with a .venv folder, but the .gitignore specifies .env.
Reproduction Steps
cdk init --language python
What did you expect to happen?
The .gitignore file should include a ".venv" entry.
What actually happened?
The .gitignore file contains a ".env" entry.
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: