From 992b8a6dcf77f5a69a9eae4f7fabfe5d9aa349fc Mon Sep 17 00:00:00 2001 From: Aeddis Desauw Date: Tue, 7 May 2024 22:28:52 +0200 Subject: pull calendar script --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0e3d94f..71b00e2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,24 @@ public/ node_modules/ *.swp .awsclirc + +reated by https://www.toptal.com/developers/gitignore/api/venv +# Edit at https://www.toptal.com/developers/gitignore?templates=venv + +### venv ### +# Virtualenv +# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +.Python +[Bb]in +[Ii]nclude +[Ll]ib +[Ll]ib64 +[Ll]ocal +[Ss]cripts +pyvenv.cfg +.venv +pip-selfcheck.json + +# End of https://www.toptal.com/developers/gitignore/api/venv + +script/calendar_generator/.gitignore -- cgit v1.2.3