# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
sdist/
wheels/

# Editable installs
*.editable
*.editable.*

# Virtual environments
.venv/
venv/
env/

# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~

# Testing / Coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# OS files
Thumbs.db
Desktop.ini
.DS_Store

# Ruff
.ruff_cache/

# Rust / Cargo
target/

# Compiled extension modules
*.pyd
*.so
*.dylib
*.pdb
