From 76e2599903e1bf5ffde96d715ca7a4d1e1d263af Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 10 Jan 2026 17:21:06 +0530 Subject: [PATCH] init --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20ca2b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so + +# Distribution / packaging +build/ +dist/ +*.egg-info/ +.eggs/ + +# Virtual environments +venv/ +env/ +.venv + +# PyCharm +.idea/ +.run + +# Testing +.pytest_cache/ +.coverage +htmlcov/ +coverage.xml + +# Environment variables +.env +.env.local + +# OS +.DS_Store +Thumbs.db + +# Temporary files +*.swp +*.swo +*~ +*.tmp