# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Virtual environment .venv/ env/ venv/ # Logs *.log # Mac / Windows / Linux OS generated files .DS_Store Thumbs.db # IDEs and editors .vscode/ .idea/ # Cache and large files cache/ map/cache/ # Common large data formats *.sqlite *.h5 *.tar *.zip *.gz *.npz *.ckpt *.pdf *.mp4 *.mov *.avi *.tiff *.jpg *.jpeg *.png *.webp *.html # Block heavy .json and .graphml *.json *.graphml # Project-specific exclusions roadmap/old_implmentation/road_network.graphml roadmap/data/Los Angeles/maps/Los_Angeles_network.graphml data_process/exmaple.csv # Prevent Git LFS tracked files from being committed directly .gitattributes data_process/balanced_example.csv