# Python Virtual Environment venv/ venv/* **/venv/ **/venv/* # Python cache __pycache__/ **/__pycache__/ # Environment files .env .venv/ env/ ENV/ # Mac specific .DS_Store # Git directory .git/ # VSCode .vscode/ # Python compiled files *.pyc *.pyo *.pyd __pycache__/ *.so *.egg *.egg-info/