# Virtual environments env/ venv/ .venv/ # Python cache __pycache__/ *.py[cod] *.pyo # Distribution / packaging build/ dist/ *.egg-info/ # IDEs/editors (optional but common) .vscode/ .idea/ # Jupyter Notebook checkpoints (optional) .ipynb_checkpoints/