# Virtual Environment venv/ .venv/ env/ # Environment variables .env .env.* # Python __pycache__/ *.py[cod] *$py.class # Distribution / packaging build/ dist/ *.egg-info/ .eggs/ # Pytest .pytest_cache/ .coverage htmlcov/ # MyPy .mypy_cache/ # Ruff .ruff_cache/ # IDEs .vscode/ .idea/ # OS .DS_Store Thumbs.db # Logs *.log # Local database files *.db *.sqlite3 # Jupyter .ipynb_checkpoints/ # cloned repositories storage/repos/