# ๐Ÿ Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # ๐Ÿงช Testing .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # ๐ŸŒ Django *.log local_settings.py db.sqlite3 db.sqlite3-journal media/ staticfiles/ smartsoltech/staticfiles/ static_root/ # โš™๏ธ Environment variables .env .env.local .env.development.local .env.test.local .env.production.local .venv/ env/ venv/ ENV/ env.bak/ venv.bak/ # ๐Ÿ“ IDEs .vscode/ .idea/ *.swp *.swo *~ .history/ # ๐Ÿ“ฑ OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # ๐Ÿณ Docker .dockerignore # ๐Ÿ“Š Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # ๐Ÿ’พ QR codes (generated dynamically) static/qr_codes/*.png smartsoltech/static/qr_codes/*.png !smartsoltech/static/qr_codes/.gitkeep # ๐Ÿ—ƒ๏ธ Database *.sqlite3 *.db # ๐Ÿ“ง Email sent_emails/ # ๐ŸŽจ CSS/JS builds *.css.map *.js.map *.pyc *.pyo # ๐Ÿ”„ Cache .cache/ .parcel-cache/ # ๐ŸŒ Translation files *.pot # ๐Ÿšซ Exclude test files from root response_*.json test_*.html *_test.sh endpoint_test.sh loading_screen_fixed.html qr_success_animation_demo.html # ๐Ÿ“‹ Temporary documentation files that moved to docs/ BACKUP_SETUP_COMPLETE.md COMMIT_SUMMARY.md SCRIPTS_README.md