# IDE stuff
.idea/

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

# C extensions
*.so

# Virtual environment
.venv/

# Build / Distribution
build/
dist/
*.egg-info

# Test / Cache
.pytest_cache/
