# Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ *.egg # Virtual environments .venv/ venv/ ENV/ env/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Git .git/ .gitignore # Documentation docs/ # Tests tests/ *.pytest_cache/ # Logs *.log logs/ output.log # Data files data/ *.csv *.parquet # Config files that aren't needed .env *.local repomix.config.json # Build artifacts *.whl