# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.whl

# Virtual Environments
venv/
env/
.venv/
.env/

# uv
.uv/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.o
*.obj
*.lib
*.dll
*.exe
*.pyd
*.pdb

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile

# Test
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
cache/
