# Ignore JetBrains project files .idea/ # Ignore Python cache directories __pycache__/ **/__pycache__/ # Ignore compiled Python files *.pyc *.pyo *.pyd # Ignore macOS system files .DS_Store **/.DS_Store